Unverified Commit 0f4d12d6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

kubescape: 3.0.41 -> 3.0.42 (#452290)

parents 6af93b64 65450a78
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;
  };