arc-browser: 1.55.0-52417 -> 1.58.1-53264

Changelog: https://arc.net/e/123493AC-A3B7-470F-BC09-DC700B348B59
This commit is contained in:
DontEatOreo 2024-08-31 17:14:41 +03:00
parent 36a13f9f21
commit 7a16ca4e1d
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.55.0-52417";
version = "1.58.1-53264";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-8r5SAnk1iPqqad1RKVDXkqd6tHUQCRRYnkWrQdyub+o=";
hash = "sha256-xX2Wn0bhPeTn/flz5GiDJ8pnQj3HREc8wqJDlsjI+hs=";
};
nativeBuildInputs = [ undmg ];