Merge pull request #305322 from GaetanLepage/uv

uv: 0.1.24 -> 0.1.34

Fixes https://github.com/NixOS/nixpkgs/issues/301179
This commit is contained in:
Mario Rodas 2024-04-19 19:34:24 -05:00 committed by GitHub
commit dcc83cdf5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 646 additions and 413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,20 +12,20 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.1.24";
version = "0.1.34";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = version;
hash = "sha256-XsBTfe2+J5CGdjYZjhgxiP20OA7+VTCvD9JniLOjhKs=";
hash = "sha256-B0UvQM1A1DRPb59HcLMNZo4r86lF4fcI+R8/fLWHkHM=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"async_zip-0.0.16" = "sha256-M94ceTCtyQc1AtPXYrVGplShQhItqZZa/x5qLiL+gs0=";
"pubgrub-0.2.1" = "sha256-SdgxoJ37cs+XwWRCFX4uKhJ9Juu9R/jENb6tzUMam4k=";
"async_zip-0.0.17" = "sha256-Q5fMDJrQtob54CTII3+SXHeozy5S5s3iLOzntevdGOs=";
"pubgrub-0.2.1" = "sha256-sqC7R2mtqymYFULDW0wSbM/MKCZc8rP7Yy/gaQpjYEI=";
};
};