Skip to content

Commit 16f9347

Browse files
LeSuisseHyzual
authored andcommitted
chore: request #44844 Update dev/build environment [W38 2025]
Main changes: * Node: 22.17.0 -> 22.19.0 * Python: 3.13.5 -> 3.13.7
1 parent 24abb26 commit 16f9347

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build-support/pinned-nixpkgs.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
let
44
pinnedNixpkgs = import (fetchTarball {
5-
url = "https://github.com/NixOS/nixpkgs/archive/e44b8dc0882d66e2627a8ff252b04a22f4a629fd.tar.gz";
6-
sha256 = "sha256-w81jpZeM3AtYlTKIhT05p3IqvJRIHZPyp0Acgb6hXWc=";
5+
url = "https://github.com/NixOS/nixpkgs/archive/124b966f89fad5468ca67ac7ee15af4ecce49b47.tar.gz";
6+
sha256 = "sha256-rPOgMmyyO1V66GbDXOcKje2AtdpWFLqSv8GAUvKH9wY=";
77
} ) {};
88
pyproject-nix = import (builtins.fetchTarball {
9-
url = "https://github.com/pyproject-nix/pyproject.nix/archive/62cc4495b3b2d2a259db321a06584378e93843a6.tar.gz";
10-
sha256 = "sha256-r0NuyhyLUeLe/kSr+u2VFGjHFdccBJckZyFt74MYL5A=";
9+
url = "https://github.com/pyproject-nix/pyproject.nix/archive/02e9418fd4af638447dca4b17b1280da95527fc9.tar.gz";
10+
sha256 = "sha256-amLaLNwKSZPShQHzfgmc/9o76dU8xzN0743dWgvYlr8=";
1111
}) { lib = pinnedNixpkgs.lib; };
1212
uv2nix = import (builtins.fetchTarball {
1313
url = "https://github.com/pyproject-nix/uv2nix/archive/656928e823e305426200f478a887943a600db303.tar.gz";
1414
sha256 = "sha256-9G0Yo7TXFJEfSyHNrbV1WNEKhEojqQ3J0aWd0aYpixs=";
1515
}) { lib = pinnedNixpkgs.lib; inherit pyproject-nix; };
1616
pyproject-build-systems = import (builtins.fetchTarball {
17-
url = "https://github.com/pyproject-nix/build-system-pkgs/archive/45888b7fd4bf36c57acc55f07917bdf49ec89ec9.tar.gz";
18-
sha256 = "sha256-H+gLv6424OjJSD+l1OU1ejxkN/v0U+yaoQdh2huCXYI=";
17+
url = "https://github.com/pyproject-nix/build-system-pkgs/archive/5b8e37fe0077db5c1df3a5ee90a651345f085d38.tar.gz";
18+
sha256 = "sha256-6nzSZl28IwH2Vx8YSmd3t6TREHpDbKlDPK+dq1LKIZQ=";
1919
}) { lib = pinnedNixpkgs.lib; inherit pyproject-nix uv2nix; };
2020
in pinnedNixpkgs // { inherit pyproject-nix uv2nix; pyproject-build-systems = pyproject-build-systems.default; }

0 commit comments

Comments
 (0)