about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-12-24 01:54:01 -0600
committerGitHub <noreply@github.com>2023-12-24 01:54:01 -0600
commitb0437674626647ea3f35862de3565e128a4eff2c (patch)
treef13713388f035ff5a0bda326530d5abf86f731bd /pkgs/applications
parentfa954096d4c10533a7d709ccb3736621f3a20297 (diff)
parent167cc40ec2d7a558cbc8990af8e0a3483fac1fd5 (diff)
downloadnixlib-b0437674626647ea3f35862de3565e128a4eff2c.tar
nixlib-b0437674626647ea3f35862de3565e128a4eff2c.tar.gz
nixlib-b0437674626647ea3f35862de3565e128a4eff2c.tar.bz2
nixlib-b0437674626647ea3f35862de3565e128a4eff2c.tar.lz
nixlib-b0437674626647ea3f35862de3565e128a4eff2c.tar.xz
nixlib-b0437674626647ea3f35862de3565e128a4eff2c.tar.zst
nixlib-b0437674626647ea3f35862de3565e128a4eff2c.zip
Merge pull request #276213 from r-ryantm/auto-update/roxctl
roxctl: 4.2.1 -> 4.3.1
Diffstat (limited to 'pkgs/applications')
-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 a699acb486e0..952439cfd6fc 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 = "4.2.1";
+  version = "4.3.1";
 
   src = fetchFromGitHub {
     owner = "stackrox";
     repo = "stackrox";
     rev = version;
-    sha256 = "sha256-6dj6thIjxoYdX4h7btK8bQcqfqbZ86E/rQOHkgIeaN4=";
+    sha256 = "sha256-Rr/ETsJJvch9qdqZnin6CiD7WWJXQAcc7TR+YCINk0Q=";
   };
 
-  vendorHash = "sha256-SGhflDzTRix+kWgh9/0Rc5laQwGdEu+RawEDyHVI+3E=";
+  vendorHash = "sha256-Jzv4ozR8RJiwkgVGGq6dlV/7rbBLq8hFe/Pm4SJZCkU=";
 
   nativeBuildInputs = [ installShellFiles ];