Skip to content

Commit 4e7b3c0

Browse files
authored
pixi-pack: 0.3.2 -> 0.3.3 (#385733)
2 parents a83a3a3 + fd42d5f commit 4e7b3c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pi/pixi-pack/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "pixi-pack";
13-
version = "0.3.2";
13+
version = "0.3.3";
1414

1515
src = fetchFromGitHub {
1616
owner = "Quantco";
1717
repo = "pixi-pack";
1818
tag = "v${version}";
19-
hash = "sha256-fTQSSrmfWvyGD1+YM2I6Lly6gYwMlB/h8VRbDsvG3mU=";
19+
hash = "sha256-Yf0ewDGDYpdl/tk4qvhKTbFmnGceqTJFv0bExL7N9AE=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-ujrEUXQGaESNSZndBblM/4e/zl376FRdj4Hp3AA2yJA=";
23+
cargoHash = "sha256-W8C3d+2KYgPwb5zyC59cdUC79W9Ho4gX4McKm/xtWjU=";
2424

2525
buildInputs = [ openssl ];
2626

0 commit comments

Comments
 (0)