kubescape: 3.0.24 -> 3.0.25

This commit is contained in:
R. Ryantm 2025-02-03 23:18:20 +00:00
parent 9d962cd4ad
commit b3633cf4a8

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kubescape";
version = "3.0.24";
version = "3.0.25";
src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
tag = "v${version}";
hash = "sha256-gzwdDUYOHZnd9mMHmuW9q1xhxWjpk5u/yoxdJkSNrVA=";
hash = "sha256-1KwFa0FixlzgRd2hSUj/ODf0SJKxZ496/xg374uV4fI=";
fetchSubmodules = true;
};