Unverified Commit a30fe39b authored by Jenny's avatar Jenny Committed by GitHub
Browse files

arkenfox-userjs: 140.1 -> 144.0 (#511945)

parents e776cf80 ea8917d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "arkenfox-userjs";
  version = "140.1";
  version = "144.0";

  src = fetchurl {
    url = "https://raw.githubusercontent.com/arkenfox/user.js/refs/tags/${finalAttrs.version}/user.js";
    hash = "sha256-jxzIiARi+GXD+GSGPr1exeEHjR/LsXSUQPGZ+hF36xg=";
    hash = "sha256-5KszxpFImRdc9wNeDlei1/CKyIfY+VfxGZ5+Sbvn4z4=";
  };

  dontUnpack = true;