roxctl: 4.1.2 -> 4.2.0

This commit is contained in:
R. Ryantm 2023-09-17 20:19:18 +00:00
parent 4edfab999d
commit 280048364f

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "roxctl";
version = "4.1.2";
version = "4.2.0";
src = fetchFromGitHub {
owner = "stackrox";
repo = "stackrox";
rev = version;
sha256 = "sha256-5wNf80kiYnKg/urIQQqe4HijqxQweiFx0UktFiOTeaU=";
sha256 = "sha256-GrqefNH3wLMMd+JfkugVJhUHFP5vvqroAMbWLan9ylU=";
};
vendorHash = "sha256-5glD904guK+TR9YFzeuIyHOXrJblcEVi9EReQz0fCCA=";
vendorHash = "sha256-y/ZoSK/lgqt8VZAb8NgCzyde/cwAhpu658/3mC/tI98=";
nativeBuildInputs = [ installShellFiles ];