arkenfox-userjs: 140.0 -> 140.1
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "arkenfox-userjs";
|
pname = "arkenfox-userjs";
|
||||||
version = "140.0";
|
version = "140.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/arkenfox/user.js/${finalAttrs.version}/user.js";
|
url = "https://raw.githubusercontent.com/arkenfox/user.js/refs/tags/${finalAttrs.version}/user.js";
|
||||||
hash = "sha256-/cz0dnQXKa3c/DqUTAEwBV0I9Tc3x6uzU6rtYijg3Zo=";
|
hash = "sha256-jxzIiARi+GXD+GSGPr1exeEHjR/LsXSUQPGZ+hF36xg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
@@ -29,6 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
changelog = "https://github.com/arkenfox/user.js/releases/tag/${finalAttrs.version}";
|
||||||
description = "Comprehensive user.js template for configuration and hardening";
|
description = "Comprehensive user.js template for configuration and hardening";
|
||||||
homepage = "https://github.com/arkenfox/user.js";
|
homepage = "https://github.com/arkenfox/user.js";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
|||||||
Reference in New Issue
Block a user