We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6a7210 + 1582530 commit 999e344Copy full SHA for 999e344
pkgs/by-name/ar/arc-browser/package.nix
@@ -10,11 +10,11 @@
10
11
stdenvNoCC.mkDerivation (finalAttrs: {
12
pname = "arc-browser";
13
- version = "1.65.0-54911";
+ version = "1.66.0-55166";
14
15
src = fetchurl {
16
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
17
- hash = "sha256-7p1FizITL4GVvlDTV91nwYQZ7LKEd4snJQX0NvB81Qo=";
+ hash = "sha256-up+ScCjFgxlATUbCeWZcVF2jZGfCw018MfT6kAqAHO4=";
18
};
19
20
nativeBuildInputs = [ undmg ];
0 commit comments