about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-20 10:05:18 -0500
committerGitHub <noreply@github.com>2024-01-20 10:05:18 -0500
commita342adc5e9e700c1f61c665abfd161ab6ff2833a (patch)
tree9ebf72c49f1cb9b41f9725f41dafd5f24c386d33 /pkgs/applications/networking/cluster
parent1401cdb9ea16044d481790b69261fba256ac4f03 (diff)
parenta6c27faa73e75a17fd6a9daafef1e72aa30e4567 (diff)
Merge pull request #282218 from r-ryantm/auto-update/roxctl
roxctl: 4.3.2 -> 4.3.3
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 6730440ae12ca..9099f1e48dd97 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.2";
+  version = "4.3.3";
 
   src = fetchFromGitHub {
     owner = "stackrox";
     repo = "stackrox";
     rev = version;
-    sha256 = "sha256-uVpWOUSBbq8r8UBPHHIkn2WVJ0KDX3J0o8cEhn1G9KM=";
+    sha256 = "sha256-G+BmcGrVxZmVHNl2VsN7nankEIB7uV/PFpQekipdT3c=";
   };
 
   vendorHash = "sha256-Jzv4ozR8RJiwkgVGGq6dlV/7rbBLq8hFe/Pm4SJZCkU=";