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 3f96c18 + 9beb192 commit ab8e5ceCopy full SHA for ab8e5ce
pkgs/by-name/pi/pixi/package.nix
@@ -14,17 +14,17 @@
14
15
rustPlatform.buildRustPackage (finalAttrs: {
16
pname = "pixi";
17
- version = "0.46.0";
+ version = "0.47.0";
18
19
src = fetchFromGitHub {
20
owner = "prefix-dev";
21
repo = "pixi";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-HkaDc7RauVhuuu4R88xlgiAM9pv6RPgyvaVoPO0PHqA=";
+ hash = "sha256-ndNwtCKAU/59bq6uDlaxb+24DG2yKD7NyfwgBAlHMtg=";
24
};
25
26
useFetchCargoVendor = true;
27
- cargoHash = "sha256-0X+3/fQLgUSSnDVAociKqk4rJfKHJtKdXIIaSUzI18g=";
+ cargoHash = "sha256-Q82CD/byqXAqJpO0izIwBD6lYpoZNJoWqDCciRecZnY=";
28
29
nativeBuildInputs = [
30
pkg-config
0 commit comments