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.
2 parents 36eaab4 + f1d85d1 commit 0fefe24Copy full SHA for 0fefe24
pkgs/by-name/ar/arkenfox-userjs/package.nix
@@ -6,11 +6,11 @@
6
}:
7
stdenvNoCC.mkDerivation (finalAttrs: {
8
pname = "arkenfox-userjs";
9
- version = "126.1";
+ version = "128.0";
10
11
src = fetchurl {
12
url = "https://raw.githubusercontent.com/arkenfox/user.js/${finalAttrs.version}/user.js";
13
- hash = "sha256-XRtG0iLKh8uqbeX7Rc2H6VJwZYJoNZPBlAfZEfrSCP4=";
+ hash = "sha256-CJk9sni0+cYC9rBHSL2mDQRtpsQJobQ1u3tq991Oi1c=";
14
};
15
16
dontUnpack = true;
0 commit comments