Skip to content

Commit

Permalink
Merge pull request nix-community#1322 from Kiskae/patch-1
Browse files Browse the repository at this point in the history
Add cryptography==41.0.4 hash
  • Loading branch information
cpcloud authored Sep 22, 2023
2 parents 3274fd9 + 9798762 commit 093383b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ lib.composeManyExtensions [
"41.0.1" = "sha256-38q81vRf8QHR8lFRM2KbH7Ng5nY7nmtWRMoPWS9VO/U=";
"41.0.2" = "sha256-hkuoICa/suMXlr4u95JbMlFzi27lJqJRmWnX3nZfzKU=";
"41.0.3" = "sha256-LQu7waympGUs+CZun2yDQd2gUUAgyisKBG5mddrfSo0=";
"41.0.4" = "sha256-oXR8yBUgiA9BOfkZKBJneKWlpwHB71t/74b/5WpiKmw=";
}.${version} or (
lib.warn "Unknown cryptography version: '${version}'. Please update getCargoHash." lib.fakeHash
);
Expand Down

0 comments on commit 093383b

Please sign in to comment.