arc-browser: 1.97.0-63507 -> 1.100.0-64467

This commit is contained in:
DontEatOreo
2025-06-26 01:45:29 +03:00
parent 08881f6be7
commit b9e211a25e
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.97.0-63507";
version = "1.100.0-64467";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-8HdPyJJT1boiMpflIe6wX4oOTqw4oKm982gm1Ei8h4w=";
hash = "sha256-fMC35haQOB/YY5EbnvusTOiNbck7Vo9rmM6whVp8l80=";
};
nativeBuildInputs = [ undmg ];