arc-browser: 1.77.0-57419 -> 1.78.1-57736 (#374863)

This commit is contained in:
Nick Cao
2025-01-19 09:58:35 -05:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.77.0-57419";
version = "1.78.1-57736";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-euPJvD/BM0jVh3oBMsZNAZeyxTNRA4dmwIYNhwTjHoI=";
hash = "sha256-n81GMJ1Lhx8z/wwicyEKCbJM7WVi0mepSbefSXMuM3g=";
};
nativeBuildInputs = [ undmg ];