Skip to content

Commit 6d8ef85

Browse files
pixi: 0.60.0 -> 0.61.0 (NixOS#470006)
2 parents adeeefb + 2865728 commit 6d8ef85

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,16 +14,16 @@
1414

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

1919
src = fetchFromGitHub {
2020
owner = "prefix-dev";
2121
repo = "pixi";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-JFXa72bPRYkNb/7XbBOnI1ay0WFVAoAssoNtGjSsW/s=";
23+
hash = "sha256-BMHZcsFU9aYEiUJ1WfS2hve7pCHknOKpsNJ7VPUmuwU=";
2424
};
2525

26-
cargoHash = "sha256-aDWDJ0uGAa/gdV6aelBd6tlRssd75EzeGbnw7qPzLDY=";
26+
cargoHash = "sha256-RIw5wAxick23kK16Pvc8U4uSSWe/VxE/9NmIP8X9Ruw=";
2727

2828
nativeBuildInputs = [
2929
pkg-config

0 commit comments

Comments
 (0)