arc-browser: 1.66.0-55166 -> 1.67.0-55463 (#353126)

This commit is contained in:
Nick Cao 2024-11-08 15:57:13 -05:00 committed by GitHub
commit fe72d0e515
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.66.0-55166";
version = "1.67.0-55463";
src = fetchurl {
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
hash = "sha256-up+ScCjFgxlATUbCeWZcVF2jZGfCw018MfT6kAqAHO4=";
hash = "sha256-up3H6Ke3tlL0/WbOv4qgbLxBaG8o5dibAPxtEnSad6g=";
};
nativeBuildInputs = [ undmg ];