blowfish-tools: 1.10.0 -> 1.13.1 (#478623)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-18 23:32:23 +00:00
committed by GitHub
+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";
};
})