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