mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
commit
3cc82ca6cc
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ lib.composeManyExtensions [
|
|||
let
|
||||
getCargoHash = version: {
|
||||
"4.0.0" = "sha256-HvfRLyUhlXVuvxWrtSDKx3rMKJbjvuiMcDY6g+pYFS0=";
|
||||
"4.0.1" = "sha256-lDWX69YENZFMu7pyBmavUZaalGvFqbHSHfkwkzmDQaY=";
|
||||
}.${version} or (
|
||||
lib.warn "Unknown bcrypt version: '${version}'. Please update getCargoHash." lib.fakeHash
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue