Skip to content

Commit

Permalink
style: formatting cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 24, 2024
1 parent 77702e8 commit 74596ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -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=";
Expand Down

0 comments on commit 74596ad

Please sign in to comment.