Skip to content

Commit

Permalink
overrides: add repoHash and cargoHash for watchfiles 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed May 29, 2024
1 parent 1f32bb7 commit 2c5d03f
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 94 deletions.
2 changes: 2 additions & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3594,6 +3594,7 @@ lib.composeManyExtensions [
let
# Watchfiles does not include Cargo.lock in tarball released on PyPi for versions up to 0.17.0
getRepoHash = version: {
"0.22.0" = "sha256-TtRSRgtMOqsnhdvsic3lg33xlA+r/DcYHlzewSOu/44=";
"0.21.0" = "sha256-/qNgkPF5N8jzSV3M0YFWvQngZ4Hf4WM/GBS1LtgFbWM=";
"0.20.0" = "sha256-eoKF6uBHgML63DrDlC1zPfDu/mAMoaevttwqHLCKh+M=";
"0.19.0" = "sha256-NmmeoaIfFMNKCcjH6tPnkpflkN35bKlT76MqF9W8LBc=";
Expand All @@ -3612,6 +3613,7 @@ lib.composeManyExtensions [
sha256 = getRepoHash prev.watchfiles.version;

getCargoHash = version: {
"0.22.0" = "sha256-pl5BBOxrxvPvBJTnTqvWNFecoJwfyuAs4xZEgmg+T+w=";
"0.21.0" = "sha256-KDm1nGeg4oDcbopedPfzalK2XO1c1ZQUZu6xhfRdQx4=";
"0.20.0" = "sha256-ChUs7YJE1ZEIONhUUbVAW/yDYqqUR/k/k10Ce7jw8Xo=";
}.${version} or (
Expand Down
Loading

0 comments on commit 2c5d03f

Please sign in to comment.