mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
override: bcrypt 4.0.1
This commit is contained in:
parent
185c10c78a
commit
05658c6cb5
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