Merge pull request #327563 from r-ryantm/auto-update/kubescape

kubescape: 3.0.13 -> 3.0.14

authored by Fabian Affolter and committed by GitHub 02800cff d8c4e0d1

+2 -2
+2 -2
pkgs/tools/security/kubescape/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "kubescape"; 13 - version = "3.0.13"; 13 + version = "3.0.14"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "kubescape"; 17 17 repo = "kubescape"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-s0BaPIGMP8PbVv14e0U+tWKUFUVohAndaI5pLoMdALM="; 19 + hash = "sha256-vTbNnQwHU1ALjNrZHE7nNw53DIe4lEifYOqkIeZohVE="; 20 20 fetchSubmodules = true; 21 21 }; 22 22