arc-browser: 1.70.0-56062 -> 1.73.0-56815

Changelog: https://arc.net/e/5358013E-071A-4C95-82C5-F6E4D1F725FA
(cherry picked from commit 073958ff94)
This commit is contained in:
DontEatOreo
2024-12-17 08:30:04 +00:00
committed by github-actions[bot]
parent 6903830d10
commit 331ca57ba5

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 ];