[Backport release-24.05] arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356175)

This commit is contained in:
Nick Cao 2024-11-17 08:49:29 -05:00 committed by GitHub
commit 2497e5d818
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.67.0-55463";
version = "1.69.0-55816";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-up3H6Ke3tlL0/WbOv4qgbLxBaG8o5dibAPxtEnSad6g=";
hash = "sha256-v9tZE0/Kv90yR1vrflPAZH6n25bdI5AHskUSHz91USU=";
};
nativeBuildInputs = [ undmg ];