Skip to content

Commit

Permalink
Merge pull request #1872 from davejames/overrides_bcrypt
Browse files Browse the repository at this point in the history
overrides: add cargo hash for bcrypt 4.2.1
  • Loading branch information
Nebucatnetzer authored Jan 2, 2025
2 parents 1fb01e9 + c0202d6 commit bb182fd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 20 deletions.
1 change: 1 addition & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ lib.composeManyExtensions [
"4.1.2" = "sha256-fTD1AKvyeni5ukYjK53gueKLey+rcIUjW/0R289xeb0=";
"4.1.3" = "sha256-Uag1pUuis5lpnus2p5UrMLa4HP7VQLhKxR5TEMfpK0s=";
"4.2.0" = "sha256-dOS9A3pTwXYkzPFFNh5emxJw7pSdDyY+mNIoHdwNdmg=";
"4.2.1" = "sha256-vbGF0oOhEDg3QIyQ0lASqbWtTWXiPAmGMnlF9I+hU78=";
}.${version} or (
lib.warn "Unknown bcrypt version: '${version}'. Please update getCargoHash." lib.fakeHash
);
Expand Down
52 changes: 32 additions & 20 deletions tests/bcrypt/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb182fd

Please sign in to comment.