arc-browser: 1.79.0-57949 -> 1.79.1-58230

Changelog: https://arc.net/e/2A19CFFC-742D-45CB-92F1-0B8D9CCE1497
This commit is contained in:
DontEatOreo
2025-02-07 18:59:38 +00:00
parent f1cc227275
commit f78ea06b5b
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.79.0-57949";
version = "1.79.1-58230";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-qGcqtBLy83/5PtDxaB3aD5fCeSGQ1/63EpLCA26TDgM=";
hash = "sha256-BYlKiDcgVviKeKI++qjTALRblI+kFNq7gm5EFmaa3sM=";
};
nativeBuildInputs = [ undmg ];