Skip to content

Commit

Permalink
roxctl: 4.6.0 -> 4.6.2 (#382542)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Feb 24, 2025
2 parents 49758c2 + 9d40996 commit 24c08ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/roxctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "roxctl";
version = "4.6.0";
version = "4.6.2";

src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-G/AKJV4D7bsObU9wkKysyi/KMay+B7OhAZi59jDiVFk=";
sha256 = "sha256-UgwWNacoPSMtZBLnGh/e7tIgXksBgBcCyZJ3XpKUapQ=";
};

vendorHash = "sha256-iB5LkGEvkxxFO+/wFSZMP2byA5Pu2sEzS6mdnVD0/wY=";
vendorHash = "sha256-NqPon1S0GzdyIDMNejIXmlkppR8DnXWNdXuyuiA2Vxo=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 24c08ed

Please sign in to comment.