Skip to content

Commit 9beb192

Browse files
committed
pixi: 0.46.0 -> 0.47.0
1 parent 5c68d92 commit 9beb192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

1919
src = fetchFromGitHub {
2020
owner = "prefix-dev";
2121
repo = "pixi";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-HkaDc7RauVhuuu4R88xlgiAM9pv6RPgyvaVoPO0PHqA=";
23+
hash = "sha256-ndNwtCKAU/59bq6uDlaxb+24DG2yKD7NyfwgBAlHMtg=";
2424
};
2525

2626
useFetchCargoVendor = true;
27-
cargoHash = "sha256-0X+3/fQLgUSSnDVAociKqk4rJfKHJtKdXIIaSUzI18g=";
27+
cargoHash = "sha256-Q82CD/byqXAqJpO0izIwBD6lYpoZNJoWqDCciRecZnY=";
2828

2929
nativeBuildInputs = [
3030
pkg-config

0 commit comments

Comments
 (0)