pixi: 0.31.0 -> 0.34.0 (#349438)

This commit is contained in:
Sandro
2024-10-26 00:35:02 +02:00
committed by GitHub
2 changed files with 449 additions and 441 deletions
+447 -439
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = {