arc-browser: 1.74.0-57065 -> 1.77.0-57419

Changelog: https://arc.net/e/5358013E-071A-4C95-82C5-F6E4D1F725FA
This commit is contained in:
DontEatOreo
2025-01-11 20:48:26 +00:00
parent 664f461929
commit 707123574b
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.74.0-57065";
version = "1.77.0-57419";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-muTTHJOQKY/oqGJ4OXgoyOhgAo0hW6Y12Dknq/KWTMw=";
hash = "sha256-euPJvD/BM0jVh3oBMsZNAZeyxTNRA4dmwIYNhwTjHoI=";
};
nativeBuildInputs = [ undmg ];