Skip to content

Commit 3135341

Browse files
committed
1 parent 7d4cd94 commit 3135341

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

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

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,28 @@
33
stdenv,
44
rustPlatform,
55
fetchFromGitHub,
6-
fetchpatch,
76
pkg-config,
7+
installShellFiles,
88
libgit2,
99
openssl,
10-
installShellFiles,
1110
buildPackages,
1211
versionCheckHook,
1312
nix-update-script,
1413
}:
1514

1615
rustPlatform.buildRustPackage rec {
1716
pname = "pixi";
18-
version = "0.39.5";
17+
version = "0.40.0";
1918

2019
src = fetchFromGitHub {
2120
owner = "prefix-dev";
2221
repo = "pixi";
2322
tag = "v${version}";
24-
hash = "sha256-Y4d8eMfsag2cNTaK8qnOGfi35kwwPrUy2y51EwVFrss=";
23+
hash = "sha256-LuRnPG8vag8SNSChZlWBBavxAlLRk1P73N+VpO0SeTA=";
2524
};
2625

27-
# TODO: Remove this patch when the next version is released.
28-
cargoPatches = [
29-
(fetchpatch {
30-
# chore: make sure we only build one version of version-ranges
31-
# https://github.com/prefix-dev/pixi/commit/82fc219be3f5d1499922e89a5c458b7c154a7b8e
32-
url = "https://github.com/prefix-dev/pixi/commit/82fc219be3f5d1499922e89a5c458b7c154a7b8e.patch";
33-
hash = "sha256-fKDqUJtjxIQsCez95RObnJHQvdlxhmjJ+G7fJitE6v0=";
34-
})
35-
];
3626
useFetchCargoVendor = true;
37-
cargoHash = "sha256-oGlPxFwJVpBajJQ5XED98SUP8qw312nUSRND6ycEOjk=";
27+
cargoHash = "sha256-I3TnZ9ZHU4TUOUkBIeeRjP+sc/k2qVNtltzkyN87aZo=";
3828

3929
nativeBuildInputs = [
4030
pkg-config
@@ -77,6 +67,7 @@ rustPlatform.buildRustPackage rec {
7767
meta = {
7868
description = "Package management made easy";
7969
homepage = "https://pixi.sh/";
70+
changelog = "https://pixi.sh/latest/CHANGELOG";
8071
license = lib.licenses.bsd3;
8172
maintainers = with lib.maintainers; [
8273
aaronjheng

0 commit comments

Comments
 (0)