spacecookie: 1.0.0.2 -> 1.0.0.3

security relevant fix
https://github.com/sternenseemann/spacecookie/releases/tag/1.0.0.3

+4
+4
pkgs/development/haskell-modules/configuration-common.nix
··· 2241 2241 feed = dontCheck super.feed; 2242 2242 2243 2243 spacecookie = overrideCabal (old: { 2244 + # Security relevant patch update 2245 + version = "1.0.0.3"; 2246 + sha256 = "1kzzbq22dk277jcx04w154y4vwa92zmnf40jcbgiihkz5rvisix0"; 2247 + 2244 2248 buildTools = (old.buildTools or [ ]) ++ [ pkgs.buildPackages.installShellFiles ]; 2245 2249 # let testsuite discover the resulting binary 2246 2250 preCheck =