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

This commit is contained in:
Wolfgang Walther 2025-02-25 20:56:32 +01:00 committed by GitHub
commit 4b4e291fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''