litmusctl: 1.23.0 -> 1.24.0 (#501482)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-20 08:09:15 +00:00
committed by GitHub
+3 -3
View File
@@ -9,7 +9,7 @@
buildGoModule (finalAttrs: {
pname = "litmusctl";
version = "1.23.0";
version = "1.24.0";
nativeBuildInputs = [
installShellFiles
@@ -23,10 +23,10 @@ buildGoModule (finalAttrs: {
owner = "litmuschaos";
repo = "litmusctl";
rev = "${finalAttrs.version}";
hash = "sha256-F0WRA9wDvUibJQdBTXz0Vhw1m0B0cuwG2e1l6kpolkE=";
hash = "sha256-9Y0WyENvM1NDDXgerhjiIzY5I0Y0rowIbwxtIFgs6+s=";
};
vendorHash = "sha256-7FYOQ89aUFPX+5NCPYKg+YGCXstQ6j9DK4V2mCgklu0=";
vendorHash = "sha256-Lkvc8dBr/nvKczx83/KXKLe5FskGpI/17GIrl2y/E1I=";
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd litmusctl \