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

roxctl: 4.2.0 -> 4.2.1
This commit is contained in:
Weijia Wang 2023-10-19 14:42:37 +02:00 committed by GitHub
commit 1a7dc45c55
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.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-GrqefNH3wLMMd+JfkugVJhUHFP5vvqroAMbWLan9ylU=";
sha256 = "sha256-6dj6thIjxoYdX4h7btK8bQcqfqbZ86E/rQOHkgIeaN4=";
};
vendorHash = "sha256-y/ZoSK/lgqt8VZAb8NgCzyde/cwAhpu658/3mC/tI98=";
vendorHash = "sha256-SGhflDzTRix+kWgh9/0Rc5laQwGdEu+RawEDyHVI+3E=";
nativeBuildInputs = [ installShellFiles ];