We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaa361 commit a6e0ca4Copy full SHA for a6e0ca4
pkgs/by-name/ar/arc-browser/package.nix
@@ -10,11 +10,11 @@
10
11
stdenvNoCC.mkDerivation (finalAttrs: {
12
pname = "arc-browser";
13
- version = "1.90.1-61364";
+ version = "1.91.2-62278";
14
15
src = fetchurl {
16
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
17
- hash = "sha256-lQelLROhnefvcUholJlABaIgmWebFYGu5rmbnAtHs1c=";
+ hash = "sha256-8ry7FomJem6rMv3q6w0LffWl3bDHSdyxlWzDf58oNnc=";
18
};
19
20
nativeBuildInputs = [ undmg ];
0 commit comments