We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adeeefb + 2865728 commit 6d8ef85Copy full SHA for 6d8ef85
pkgs/by-name/pi/pixi/package.nix
@@ -14,16 +14,16 @@
14
15
rustPlatform.buildRustPackage (finalAttrs: {
16
pname = "pixi";
17
- version = "0.60.0";
+ version = "0.61.0";
18
19
src = fetchFromGitHub {
20
owner = "prefix-dev";
21
repo = "pixi";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-JFXa72bPRYkNb/7XbBOnI1ay0WFVAoAssoNtGjSsW/s=";
+ hash = "sha256-BMHZcsFU9aYEiUJ1WfS2hve7pCHknOKpsNJ7VPUmuwU=";
24
};
25
26
- cargoHash = "sha256-aDWDJ0uGAa/gdV6aelBd6tlRssd75EzeGbnw7qPzLDY=";
+ cargoHash = "sha256-RIw5wAxick23kK16Pvc8U4uSSWe/VxE/9NmIP8X9Ruw=";
27
28
nativeBuildInputs = [
29
pkg-config
0 commit comments