about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-16 22:05:08 +0200
committerGitHub <noreply@github.com>2024-05-16 22:05:08 +0200
commitb6e2eeafd323f88c153dff579e649cb60a964fef (patch)
tree601da1b07ced087d117b0a2dc05c717b8e607369 /pkgs/by-name
parent5b42792568b4100cbec3f570d3312f8298a65710 (diff)
parent887f10be90342e0567adaec7b056e296d825e7c3 (diff)
Merge pull request #312206 from r-ryantm/auto-update/litmusctl
litmusctl: 1.5.0 -> 1.6.0
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/li/litmusctl/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/litmusctl/package.nix b/pkgs/by-name/li/litmusctl/package.nix
index 83ba16b98da25..4cdfe6384b5bd 100644
--- a/pkgs/by-name/li/litmusctl/package.nix
+++ b/pkgs/by-name/li/litmusctl/package.nix
@@ -7,7 +7,7 @@
 
 buildGoModule rec {
   pname = "litmusctl";
-  version = "1.5.0";
+  version = "1.6.0";
 
   nativeBuildInputs = [
     installShellFiles
@@ -21,7 +21,7 @@ buildGoModule rec {
     owner = "litmuschaos";
     repo = "litmusctl";
     rev = "${version}";
-    hash = "sha256-FORrvPKDTG48WV03+HbXiBJa1IHfHV7yMDhQX64kn6U=";
+    hash = "sha256-aJcnK4VhtqVFaSUf0A40qGb0TBKiqlgkwY2nRdfTl2E=";
   };
 
   vendorHash = "sha256-U4dp2E2TZ3rds63PS6GzUVhb2qDSv92bf9JCkWpdLew=";