We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a83a3a3 + fd42d5f commit 4e7b3c0Copy full SHA for 4e7b3c0
pkgs/by-name/pi/pixi-pack/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "pixi-pack";
13
- version = "0.3.2";
+ version = "0.3.3";
14
15
src = fetchFromGitHub {
16
owner = "Quantco";
17
repo = "pixi-pack";
18
tag = "v${version}";
19
- hash = "sha256-fTQSSrmfWvyGD1+YM2I6Lly6gYwMlB/h8VRbDsvG3mU=";
+ hash = "sha256-Yf0ewDGDYpdl/tk4qvhKTbFmnGceqTJFv0bExL7N9AE=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-ujrEUXQGaESNSZndBblM/4e/zl376FRdj4Hp3AA2yJA=";
+ cargoHash = "sha256-W8C3d+2KYgPwb5zyC59cdUC79W9Ho4gX4McKm/xtWjU=";
24
25
buildInputs = [ openssl ];
26
0 commit comments