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

roxctl: 4.1.0 -> 4.1.2
This commit is contained in:
Nick Cao 2023-08-09 23:10:14 -06:00 committed by GitHub
commit 328d43326c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "roxctl";
version = "4.1.0";
version = "4.1.2";
src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-9Y+NvKJ6+lzLaIIEgpY5zwiKd+mb9sbOcS5rsH2yB8g=";
sha256 = "sha256-5wNf80kiYnKg/urIQQqe4HijqxQweiFx0UktFiOTeaU=";
};
vendorHash = "sha256-lZwj8Ne6/XYkmjYhytT75DyJWwweuX0x88VsGdKTMac=";
vendorHash = "sha256-5glD904guK+TR9YFzeuIyHOXrJblcEVi9EReQz0fCCA=";
nativeBuildInputs = [ installShellFiles ];