Unverified Commit 4b4e291f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

scap-security-guide: 0.1.75 -> 0.1.76 (#384800)

parents efe6a42c 04fa7d28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "scap-security-guide";
  version = "0.1.75";
  version = "0.1.76";

  src = fetchFromGitHub {
    owner = "ComplianceAsCode";
    repo = "content";
    tag = "v${version}";
    hash = "sha256-fS0zvWIKyGAhqgBzFuELA/1iJa4N0whsnc9h/uwA3Ao=";
    hash = "sha256-M1o9UG2pKtkFByp37UP++am8lJFfnoDBkRh1fos+ED0=";
  };

  postPatch = ''