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 757b062 + 5141623 commit 646ed9aCopy full SHA for 646ed9a
1 file changed
pkgs/by-name/pi/pixi/package.nix
@@ -14,16 +14,16 @@
14
15
rustPlatform.buildRustPackage (finalAttrs: {
16
pname = "pixi";
17
- version = "0.58.0";
+ version = "0.59.0";
18
19
src = fetchFromGitHub {
20
owner = "prefix-dev";
21
repo = "pixi";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-+Bhyt01gTNWVOL0WG6pdjzbRqIfm2MUEHnbTGg3nG2k=";
+ hash = "sha256-aDwuMRceMxRCh9w89Q2ktpNWwmStg3KzggwhZUAAauk=";
24
};
25
26
- cargoHash = "sha256-b7/UiIkeLddo9hUipqd7zLGvFumAjFolf/jODZ0qOQw=";
+ cargoHash = "sha256-BbPX+ZKMfLtKWBnrGBRfrl6d40rBQaWJLBg0Vv5UnZE=";
27
28
nativeBuildInputs = [
29
pkg-config
0 commit comments