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

Changelog: https://arc.net/e/AEBAABB9-CB6E-4F9A-9E58-7715F8FDFC9B
(cherry picked from commit 60cc129239)
This commit is contained in:
DontEatOreo 2024-08-11 21:37:40 +03:00 committed by github-actions[bot]
parent a863908000
commit 20e945505f

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 ];