mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
overrides: add hash from cryptography 42.0.4
This commit is contained in:
parent
3c92540611
commit
b132599c36
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ lib.composeManyExtensions [
|
|||
"42.0.1" = "sha256-Kq/TSoI1cm9Pwg5CulNlAADmxdq0oWbgymHeMErUtcE=";
|
||||
"42.0.2" = "sha256-jw/FC5rQO77h6omtBp0Nc2oitkVbNElbkBUduyprTIc=";
|
||||
"42.0.3" = "sha256-QBZLGXdQz2WIBlAJM+yBk1QgmfF4b3G0Y1I5lZmAmtU=";
|
||||
"42.0.4" = "sha256-qaXQiF1xZvv4sNIiR2cb5TfD7oNiYdvUwcm37nh2P2M=";
|
||||
}.${version} or (
|
||||
lib.warn "Unknown cryptography version: '${version}'. Please update getCargoHash." lib.fakeHash
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue