Merge pull request #329535 from r-ryantm/auto-update/roxctl

roxctl: 4.4.4 -> 4.5.0
This commit is contained in:
Nick Cao 2024-07-27 10:09:33 -04:00 committed by GitHub
commit c16c42fdcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "roxctl";
version = "4.4.4";
version = "4.5.0";
src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-1eu7khgs6nzp+d1Gtz2DggD2Gie08auw1XxSZsnRdaM=";
sha256 = "sha256-DX7q8TgCJuM4G/gYnh+ZhbaGFO4BezRShZyNqZ2VRMg=";
};
vendorHash = "sha256-j/ouxh4nMg5hyzT2RuP+hJrAeK7+PleT2W0DWxxjOfA=";
vendorHash = "sha256-K1jtwrfzRpzMApDW0WPmIZaJ5hADlMjEkFDWFmzmDc0=";
nativeBuildInputs = [ installShellFiles ];