Merge pull request #312054 from r-ryantm/auto-update/uv

uv: 0.1.42 -> 0.1.44
This commit is contained in:
Pol Dellaiera 2024-05-16 10:50:32 +02:00 committed by GitHub
commit c93a2b2d0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 173 additions and 234 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.1.42";
version = "0.1.44";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = version;
hash = "sha256-yfPipwfnHAPuzQqi9Jh1FFdZ2C9pCqStIf/Yu2KxQJs=";
hash = "sha256-dmUnngHMj9WSDsr8es3eX9y2e8mmNcQFJ0QHi5YQT0U=";
};
cargoLock = {