roxctl: 3.71.0 -> 3.72.0

This commit is contained in:
R. Ryantm 2022-09-24 19:58:02 +00:00 committed by Bobby Rong
parent c73061682c
commit 5c44d5e4f0

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "roxctl";
version = "3.71.0";
version = "3.72.0";
src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-svoSc9cT12nPYbyYz+Uv2edJAt/dJjcqe3E6cKII0KY=";
sha256 = "sha256-KsG6L3tQFuA0oTbzgLTChrBIe4a77bygJSIne/D4qiI=";
};
vendorSha256 = "sha256-zz8v9HkJPnk4QDRa9eVgI5uvqQLhemq8vOZ0qc9u8es=";
vendorSha256 = "sha256-FmpnRgU3w2zthgUJuAG5AqLl2UxMb0yywN5Sk9WoWBI=";
nativeBuildInputs = [ installShellFiles ];