blowfish-tools: 1.10.0 -> 1.13.1

This commit is contained in:
thattemperature
2026-02-02 21:25:41 +08:00
parent 3497aa5c94
commit bf3fcbe60b
+6 -3
View File
@@ -7,13 +7,13 @@
buildNpmPackage (finalAttrs: {
pname = "blowfish-tools";
version = "1.10.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "nunocoracao";
repo = "blowfish-tools";
tag = "v${finalAttrs.version}";
hash = "sha256-90EKsRKOO2Hb64Wy3TlwzlPU2K8AAlSxc17ek5ZLoG0=";
hash = "sha256-QCc/T4SWifVGeN7YpH0YJTZZw+OMC9QapSEmGX5acSQ=";
};
dontNpmBuild = true;
@@ -30,7 +30,10 @@ buildNpmPackage (finalAttrs: {
homepage = "https://blowfish.page";
changelog = "https://github.com/nunocoracao/blowfish-tools/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eripa ];
maintainers = with lib.maintainers; [
eripa
thattemperature
];
mainProgram = "blowfish-tools";
};
})