[Backport release-24.05] arc-browser: 1.65.0-54911 -> 1.66.0-55166 (#351319)

This commit is contained in:
Nick Cao 2024-10-26 09:03:12 -04:00 committed by GitHub
commit bd7619e84a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-browser";
version = "1.65.0-54911";
version = "1.66.0-55166";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-7p1FizITL4GVvlDTV91nwYQZ7LKEd4snJQX0NvB81Qo=";
hash = "sha256-up+ScCjFgxlATUbCeWZcVF2jZGfCw018MfT6kAqAHO4=";
};
nativeBuildInputs = [ undmg ];