1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

kubescape: 3.0.14 -> 3.0.15

This commit is contained in:
R. Ryantm 2024-07-25 11:40:36 +00:00
parent 289eafaaf0
commit d0fd2e1a41

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.14";
version = "3.0.15";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
rev = "refs/tags/v${version}";
hash = "sha256-vTbNnQwHU1ALjNrZHE7nNw53DIe4lEifYOqkIeZohVE=";
hash = "sha256-97Ik9a7ZLoDuZ2tA1OiBy0ql+nlSuUm5DetBR5WkaUI=";
fetchSubmodules = true;
};