Skip to content

Commit 358ccce

Browse files
authoredMar 22, 2025
roxctl: 4.6.3 -> 4.7.0 (#392014)
2 parents 649ec09 + 47fbcc8 commit 358ccce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/cluster/roxctl/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "roxctl";
5-
version = "4.6.3";
5+
version = "4.7.0";
66

77
src = fetchFromGitHub {
88
owner = "stackrox";
99
repo = "stackrox";
1010
rev = version;
11-
sha256 = "sha256-QrQLIqP70IUDY9lOZ0cTBIRYY8mVVW4sRt8522y/q80=";
11+
sha256 = "sha256-hi9K1FIMxDJKEyabPNWTwLkZJTm+iAuMfoH3cywVTkI=";
1212
};
1313

14-
vendorHash = "sha256-Zuln5na8MrL+IVOk+NOBrrYJIQ3RincJRYgpAd1WiS8=";
14+
vendorHash = "sha256-T3A0Sm2eKIO3UcyReFRfpKUgLM15AhSgcGpJbYgmnHA=";
1515

1616
nativeBuildInputs = [ installShellFiles ];
1717

0 commit comments

Comments
 (0)
Failed to load comments.