Commit 65450a78 authored by R. RyanTM's avatar R. RyanTM
Browse files

kubescape: 3.0.41 -> 3.0.42

parent 18fccbeb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule rec {
  pname = "kubescape";
  version = "3.0.41";
  version = "3.0.42";

  src = fetchFromGitHub {
    owner = "kubescape";
    repo = "kubescape";
    tag = "v${version}";
    hash = "sha256-RRpZCEzuST8Q98O/Cdnl90efjdQLzupAZwfT2tkOzv0=";
    hash = "sha256-/+n0R7Lj2TReP+OUdhZh+te0XZT2Nd+8nKEFinEtlz0=";
    fetchSubmodules = true;
  };