arc-browser: 1.100.0-64467 -> 1.101.0-64746

This commit is contained in:
Michael Daniels 2025-06-26 13:30:38 -04:00
parent 1e0fd381bb
commit dba842b865
No known key found for this signature in database

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.100.0-64467";
version = "1.101.0-64746";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-fMC35haQOB/YY5EbnvusTOiNbck7Vo9rmM6whVp8l80=";
hash = "sha256-u391hQB+Fqw21cu9GQglOkPHie+8uK8FTxSLWLAH0eA=";
};
nativeBuildInputs = [ undmg ];