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>2024-01-11 07:31:16 +0100
committerGitHub <noreply@github.com>2024-01-11 07:31:16 +0100
commitd9a02d90b7ad614ad89b0c167b484c694fa6f22a (patch)
tree291e72950fbcdecdda438f437621c549a2a65dfb /pkgs/applications/networking/cluster
parentcfd2fe7884e23e45e9d9e6d39a01d3fc547d5740 (diff)
parent08554593c19439496290befbb9cfbdb692bd8c86 (diff)
Merge pull request #280136 from r-ryantm/auto-update/roxctl
roxctl: 4.3.1 -> 4.3.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/roxctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/roxctl/default.nix b/pkgs/applications/networking/cluster/roxctl/default.nix
index 952439cfd6fca..6730440ae12ca 100644
--- a/pkgs/applications/networking/cluster/roxctl/default.nix
+++ b/pkgs/applications/networking/cluster/roxctl/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "roxctl";
-  version = "4.3.1";
+  version = "4.3.2";
 
   src = fetchFromGitHub {
     owner = "stackrox";
     repo = "stackrox";
     rev = version;
-    sha256 = "sha256-Rr/ETsJJvch9qdqZnin6CiD7WWJXQAcc7TR+YCINk0Q=";
+    sha256 = "sha256-uVpWOUSBbq8r8UBPHHIkn2WVJ0KDX3J0o8cEhn1G9KM=";
   };
 
   vendorHash = "sha256-Jzv4ozR8RJiwkgVGGq6dlV/7rbBLq8hFe/Pm4SJZCkU=";