Merge pull request #320539 from r-ryantm/auto-update/litmusctl

litmusctl: 1.6.0 -> 1.7.0
This commit is contained in:
Nick Cao 2024-06-17 16:47:22 -04:00 committed by GitHub
commit ba24cb683a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
buildGoModule rec {
pname = "litmusctl";
version = "1.6.0";
version = "1.7.0";
nativeBuildInputs = [
installShellFiles
@ -21,10 +21,10 @@ buildGoModule rec {
owner = "litmuschaos";
repo = "litmusctl";
rev = "${version}";
hash = "sha256-aJcnK4VhtqVFaSUf0A40qGb0TBKiqlgkwY2nRdfTl2E=";
hash = "sha256-g3g0wVjtVIF56N1gTillHMkNDHt58tpRQa2ds+3rHAE=";
};
vendorHash = "sha256-U4dp2E2TZ3rds63PS6GzUVhb2qDSv92bf9JCkWpdLew=";
vendorHash = "sha256-7FYOQ89aUFPX+5NCPYKg+YGCXstQ6j9DK4V2mCgklu0=";
postInstall = ''
installShellCompletion --cmd litmusctl \