about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-30 00:12:13 +0300
committerGitHub <noreply@github.com>2023-04-30 00:12:13 +0300
commitb3f31fbd6df79d4373f2216744ed539418bd4d6d (patch)
tree4fe682759fea8b0ea90f91741d368daaf4f6ecc9 /pkgs/applications/networking/cluster
parent2c0f992b6df8521b08547cef28c012c7c54297ce (diff)
parent094e1a95fa338ed8c44fb672dc1ee0b89d7378c7 (diff)
Merge pull request #228904 from r-ryantm/auto-update/roxctl
roxctl: 3.74.1 -> 4.0.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/roxctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/roxctl/default.nix b/pkgs/applications/networking/cluster/roxctl/default.nix
index fc69a91d22904..989102eaa6f77 100644
--- a/pkgs/applications/networking/cluster/roxctl/default.nix
+++ b/pkgs/applications/networking/cluster/roxctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "roxctl";
-  version = "3.74.1";
+  version = "4.0.0";
 
   src = fetchFromGitHub {
     owner = "stackrox";
     repo = "stackrox";
     rev = version;
-    sha256 = "sha256-MKc0/eRyAA7xeKKI8ssBXppGKjkqo7/AlRLmNp8juFM=";
+    sha256 = "sha256-HDhR85plO3UDYPZ/uBiGfNXm1txKQoA4KbYMCvQ2pwY=";
   };
 
-  vendorHash = "sha256-8s+Fx62HkCX4JO5ixSvx4k1xm0N1N2z/28uVwlUnxqg=";
+  vendorHash = "sha256-kv5kNFFw57ZuNgwNMucmCPIwaAhpzT0hs2K1B65WxpU=";
 
   nativeBuildInputs = [ installShellFiles ];