spacecookie: 1.0.0.2 -> 1.0.0.3

security relevant fix
https://github.com/sternenseemann/spacecookie/releases/tag/1.0.0.3
This commit is contained in:
sternenseemann
2025-05-03 19:24:09 +02:00
parent 1b9e08be86
commit 772f418aa5
@@ -2241,6 +2241,10 @@ self: super:
feed = dontCheck super.feed;
spacecookie = overrideCabal (old: {
# Security relevant patch update
version = "1.0.0.3";
sha256 = "1kzzbq22dk277jcx04w154y4vwa92zmnf40jcbgiihkz5rvisix0";
buildTools = (old.buildTools or [ ]) ++ [ pkgs.buildPackages.installShellFiles ];
# let testsuite discover the resulting binary
preCheck =