Merge pull request #221063 from fabaff/kubescape-bump

kubescape: 2.2.4 -> 2.2.5
This commit is contained in:
Fabian Affolter 2023-03-14 00:39:51 +01:00 committed by GitHub
commit 641788212a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kubescape"; pname = "kubescape";
version = "2.2.4"; version = "2.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubescape"; owner = "kubescape";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-poLPG8C0YbjEFjqWMKO+9plArenkVmR5lGvflgxc3Iw="; hash = "sha256-J3E41xQxI53iRfo5E+DMXD70sSCBO3TpSm3qZmpxvW8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };