nelm: 1.21.0 -> 1.23.2

This commit is contained in:
azahi
2026-04-15 16:56:11 +03:00
parent acfb9c45cd
commit 02fa1b14fc

View File

@@ -9,16 +9,16 @@
}:
buildGoModule (finalAttrs: {
pname = "nelm";
version = "1.21.0";
version = "1.23.2";
src = fetchFromGitHub {
owner = "werf";
repo = "nelm";
tag = "v${finalAttrs.version}";
hash = "sha256-zlZ2muIEL/azEwdFMxXDO2XPpunYt42Vv1JYOmlN1k4=";
hash = "sha256-tP5NkuKmne+XthBnN36uorwMuM7yuJLvo4zzc1K1JBQ=";
};
vendorHash = "sha256-7gb962ejpgy9fLL+JVA8i6NLeltfIqtZvxwtnigTGvI=";
vendorHash = "sha256-Ux9fyezBXWVjmpa8WsEHvOUo/pokzFXvdpDAtNh0T/8=";
subPackages = [ "cmd/nelm" ];
@@ -30,6 +30,9 @@ buildGoModule (finalAttrs: {
nativeBuildInputs = [ installShellFiles ];
# Tests are currently broken upstream because they were neglected after some
# sort of a refactor. This is not a packaging problem.
doCheck = false;
preCheck = ''
# Test all packages.
unset subPackages