helmsman: 4.0.4 -> 4.0.5 (#478076)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-08 20:00:40 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "helmsman";
version = "4.0.4";
version = "4.0.5";
src = fetchFromGitHub {
owner = "mkubaczyk";
repo = "helmsman";
rev = "v${finalAttrs.version}";
sha256 = "sha256-I2QBATunHjNwf4weHjYczpLNMX/8QsPe/ok0LTgZpmA=";
sha256 = "sha256-TeP7M0Mtd3rx9hcRCvgJAs7fBx2SZwUZSAhI/yhaO6k=";
};
subPackages = [ "cmd/helmsman" ];