diff --git a/overrides/default.nix b/overrides/default.nix index 33d1b0197..1aa79a82b 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -1650,7 +1650,7 @@ lib.composeManyExtensions [ msgspec = prev.msgspec.overridePythonAttrs (old: { # crash during integer serialization - see https://github.com/jcrist/msgspec/issues/730 - hardeningDisable = old.hardeningDisable or [] ++ [ "fortify" ]; + hardeningDisable = old.hardeningDisable or [ ] ++ [ "fortify" ]; }); munch = prev.munch.overridePythonAttrs ( @@ -3835,7 +3835,7 @@ lib.composeManyExtensions [ getCargoHash = version: { "0.24.0".outputHashes = { - "notify-6.1.1" = "sha256-lT3R5ZQpjx52NVMEKTTQI90EWT16YnbqphqvZmNpw/I="; + "notify-6.1.1" = "sha256-lT3R5ZQpjx52NVMEKTTQI90EWT16YnbqphqvZmNpw/I="; }; "0.23.0" = "sha256-m7XFpbujWFmDNSDydY3ec6b+AGgrfo3+TTbRN7te8bY="; "0.22.0" = "sha256-pl5BBOxrxvPvBJTnTqvWNFecoJwfyuAs4xZEgmg+T+w=";