Skip to content

Commit 0fefe24

Browse files
arkenfox-userjs: 126.1 -> 128.0 (#337454)
2 parents 36eaab4 + f1d85d1 commit 0fefe24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ar/arkenfox-userjs/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}:
77
stdenvNoCC.mkDerivation (finalAttrs: {
88
pname = "arkenfox-userjs";
9-
version = "126.1";
9+
version = "128.0";
1010

1111
src = fetchurl {
1212
url = "https://raw.githubusercontent.com/arkenfox/user.js/${finalAttrs.version}/user.js";
13-
hash = "sha256-XRtG0iLKh8uqbeX7Rc2H6VJwZYJoNZPBlAfZEfrSCP4=";
13+
hash = "sha256-CJk9sni0+cYC9rBHSL2mDQRtpsQJobQ1u3tq991Oi1c=";
1414
};
1515

1616
dontUnpack = true;

0 commit comments

Comments
 (0)