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

authored by

Wolfgang Walther and committed by
GitHub
4b4e291f efe6a42c

+2 -2
+2 -2
pkgs/by-name/sc/scap-security-guide/package.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "scap-security-guide"; 20 - version = "0.1.75"; 20 + version = "0.1.76"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "ComplianceAsCode"; 24 24 repo = "content"; 25 25 tag = "v${version}"; 26 - hash = "sha256-fS0zvWIKyGAhqgBzFuELA/1iJa4N0whsnc9h/uwA3Ao="; 26 + hash = "sha256-M1o9UG2pKtkFByp37UP++am8lJFfnoDBkRh1fos+ED0="; 27 27 }; 28 28 29 29 postPatch = ''