Merge pull request #230359 from fabaff/kubescape-bump

kubescape: 2.3.0 -> 2.3.1
This commit is contained in:
Weijia Wang 2023-05-06 22:14:03 +03:00 committed by GitHub
commit d15b24fa71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubescape";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "kubescape";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-xYkNwANAGWlYxGLIhIkOLKmOW/SM3Duqus4WJ6MKGZE=";
hash = "sha256-TMK+9C1L+pNIjWg/lahVQk1G4CdfgRLH68XKAfszTys=";
fetchSubmodules = true;
};