Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kubescape: 2.3.3 -> 2.3.4

Diff: https://github.com/kubescape/kubescape/compare/refs/tags/v2.3.3...v2.3.4

Changelog: https://github.com/kubescape/kubescape/releases/tag/v2.3.4

+3 -3
+3 -3
pkgs/tools/security/kubescape/default.nix
··· 6 7 buildGoModule rec { 8 pname = "kubescape"; 9 - version = "2.3.3"; 10 11 src = fetchFromGitHub { 12 owner = "kubescape"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-0mGsL3u3ilPBJCZrUx5UeNkFmeUoESdxZINH1e5y0VY="; 16 fetchSubmodules = true; 17 }; 18 19 - vendorHash = "sha256-tHFwseR6vQ78MX+YOiShW5/mQ7dyG2JxGOluy/Vo8ME="; 20 21 nativeBuildInputs = [ 22 installShellFiles
··· 6 7 buildGoModule rec { 8 pname = "kubescape"; 9 + version = "2.3.4"; 10 11 src = fetchFromGitHub { 12 owner = "kubescape"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-REUB7EsRZtgOImMaGyX2UGwWjTYZGfrIlwPNHV0NjbU="; 16 fetchSubmodules = true; 17 }; 18 19 + vendorHash = "sha256-VLEyfnLyXujzMQd/HBfjQ6MQcM/hav0SCEl3G2lxKbo="; 20 21 nativeBuildInputs = [ 22 installShellFiles