arc-browser: 1.70.0-56062 -> 1.73.0-56815 (#365818)

This commit is contained in:
Nick Cao
2024-12-17 10:33:40 -05:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.70.0-56062";
version = "1.73.0-56815";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-x+QHlBsZGkmJm05VeZx43XFxpRJR1crLjEqNIQJwitQ=";
hash = "sha256-PbYX3p6QFnwDgah6ehHW83uSyC7itLfaE+ECC/mbYAU=";
};
nativeBuildInputs = [ undmg ];