Skip to content

Commit 646ed9a

Browse files
authored
pixi: 0.58.0 -> 0.59.0 (#456779)
2 parents 757b062 + 5141623 commit 646ed9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
rustPlatform.buildRustPackage (finalAttrs: {
1616
pname = "pixi";
17-
version = "0.58.0";
17+
version = "0.59.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "prefix-dev";
2121
repo = "pixi";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-+Bhyt01gTNWVOL0WG6pdjzbRqIfm2MUEHnbTGg3nG2k=";
23+
hash = "sha256-aDwuMRceMxRCh9w89Q2ktpNWwmStg3KzggwhZUAAauk=";
2424
};
2525

26-
cargoHash = "sha256-b7/UiIkeLddo9hUipqd7zLGvFumAjFolf/jODZ0qOQw=";
26+
cargoHash = "sha256-BbPX+ZKMfLtKWBnrGBRfrl6d40rBQaWJLBg0Vv5UnZE=";
2727

2828
nativeBuildInputs = [
2929
pkg-config

0 commit comments

Comments
 (0)