Skip to content

Commit 772f418

Browse files
spacecookie: 1.0.0.2 -> 1.0.0.3
security relevant fix https://github.com/sternenseemann/spacecookie/releases/tag/1.0.0.3
1 parent 1b9e08b commit 772f418

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/haskell-modules/configuration-common.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,6 +2241,10 @@ self: super:
22412241
feed = dontCheck super.feed;
22422242

22432243
spacecookie = overrideCabal (old: {
2244+
# Security relevant patch update
2245+
version = "1.0.0.3";
2246+
sha256 = "1kzzbq22dk277jcx04w154y4vwa92zmnf40jcbgiihkz5rvisix0";
2247+
22442248
buildTools = (old.buildTools or [ ]) ++ [ pkgs.buildPackages.installShellFiles ];
22452249
# let testsuite discover the resulting binary
22462250
preCheck =

0 commit comments

Comments
 (0)