pixi-pack: 0.6.2 -> 0.6.6 (#411949)

Co-authored-by: xiaoxiangmoe <xiaoxiangmoe@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-29 10:36:15 +00:00
committed by GitHub
co-authored by xiaoxiangmoe
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pixi-pack";
version = "0.6.2";
version = "0.6.6";
src = fetchFromGitHub {
owner = "Quantco";
repo = "pixi-pack";
tag = "v${finalAttrs.version}";
hash = "sha256-ccKJtGKhfYiJm8/2yOlCZtRECvax1dTgtNOtabzfhI4=";
hash = "sha256-U5I/wc0HDoi+EHQ3JIs2S/ky/uH5pA1KaTuTo6Bllus=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-+rwG9lPK0Ec7CCtVccwGrFOqfZqeXNA3WsN1QivABQA=";
cargoHash = "sha256-RqTaBs+kU8j6TmeX7cROZPEN4CeTKojwRJtXvfj2f8w=";
buildInputs = [ openssl ];