roxctl: 4.5.1 -> 4.5.2 (#341552)

This commit is contained in:
Nick Cao
2024-09-13 15:37:56 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "roxctl";
version = "4.5.1";
version = "4.5.2";
src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-EYhp07G4a3dhnNrWzz6BtFpcgoYHosGdY2sDUYcS9QA=";
sha256 = "sha256-dJtqUYH6TUEb3IMSzVg3NBi1UYGvUPDQUaQ9h19a3NY=";
};
vendorHash = "sha256-Z7EkKVrwTzoD1BwaPhLr6XVtq/dctPJwH+KgyN3ZbUU=";
vendorHash = "sha256-qDSi1Jk6erSCwPiLubdVlqOT6PQygMQghS8leieJ78s=";
nativeBuildInputs = [ installShellFiles ];