pixi: 0.31.0 -> 0.34.0

This commit is contained in:
Aaron Jheng 2024-10-18 10:07:11 +08:00
parent eefb40aa69
commit 01c7c61a41
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
2 changed files with 449 additions and 441 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "pixi";
version = "0.31.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "prefix-dev";
repo = "pixi";
rev = "v${version}";
hash = "sha256-1Woi+HwlN1nP05/cMNj+FVqEVREy/+UivdWGD6lZSNY=";
hash = "sha256-pXJna0WuosQ21u+ImIc70OaG63xVODLaWFkuYqxUc/Y=";
};
cargoLock = {