Unverified Commit 6af23185 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

arkenfox-userjs: 140.0 -> 140.1 (#457961)

parents 087b21a3 9fe1e0d3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "arkenfox-userjs";
  version = "140.0";
  version = "140.1";

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

  dontUnpack = true;
@@ -29,6 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  passthru.updateScript = nix-update-script { };

  meta = {
    changelog = "https://github.com/arkenfox/user.js/releases/tag/${finalAttrs.version}";
    description = "Comprehensive user.js template for configuration and hardening";
    homepage = "https://github.com/arkenfox/user.js";
    license = lib.licenses.mit;