scap-security-guide: 0.1.75 -> 0.1.76

This commit is contained in:
R. Ryantm
2025-02-24 16:00:35 +00:00
parent e4dd0c7064
commit 04fa7d284e
@@ -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 = ''