Merge pull request #295761 from marsam/update-uv

uv: 0.1.18 -> 0.1.19
This commit is contained in:
Mario Rodas 2024-03-13 21:35:52 -05:00 committed by GitHub
commit 57c88fe99d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 308 additions and 279 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,20 +11,20 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.1.18";
version = "0.1.19";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = version;
hash = "sha256-lHvSfp+pCECVbuwSj7zNmheA1pleHaitKG0wf24s/CY=";
hash = "sha256-OJDN6guJpUfGhX2Sk47wLHfT3XT2mnSINPiI2DgyfsU=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"async_zip-0.0.16" = "sha256-M94ceTCtyQc1AtPXYrVGplShQhItqZZa/x5qLiL+gs0=";
"pubgrub-0.2.1" = "sha256-C3A6WzpmR3l8MgUCFzoDdehLVRgk3/2VbCVFUS+iS9M=";
"pubgrub-0.2.1" = "sha256-Pn60v5tfpGrssCeuaUcxw5eJ1g8Dk/+un0s8+k4abpo=";
};
};