3
0
Fork 0
forked from mirrors/nixpkgs
Fabian Affolter 2023-06-15 23:17:09 +02:00
parent c295e03185
commit a411066589

View file

@ -6,17 +6,17 @@
buildGoModule rec {
pname = "kubescape";
version = "2.3.5";
version = "2.3.6";
src = fetchFromGitHub {
owner = "kubescape";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jCtEy2W3srfu65HABTgzAhFKlECtpDtR8mary5r/jW4=";
hash = "sha256-wu3G0QoYNL3QTgakLWFRulWTqWt+WMcty6PxWvI6Yy0=";
fetchSubmodules = true;
};
vendorHash = "sha256-mcaA0PLQFoL/Vc+Te2rtzyJHueJpYfn1VjPF9qxi4NI=";
vendorHash = "sha256-h1lsKqsqXoZdzbQqp9gg/Mg1QRqtxXUB8te0YndhV3g=";
nativeBuildInputs = [
installShellFiles