arc-browser: 1.52.0-51895 -> 1.55.0-52417

Changelog: https://arc.net/e/AEBAABB9-CB6E-4F9A-9E58-7715F8FDFC9B
This commit is contained in:
DontEatOreo
2024-08-11 21:37:40 +03:00
parent 7ee14abd7a
commit 60cc129239
+2 -2
View File
@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.52.0-51895";
version = "1.55.0-52417";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-IGUrU6J7xI0ay/ZQaC6xaI+Tl7ateAVOpGxtmR0yGIA=";
hash = "sha256-8r5SAnk1iPqqad1RKVDXkqd6tHUQCRRYnkWrQdyub+o=";
};
nativeBuildInputs = [ undmg ];