File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33let
44 pinnedNixpkgs = import ( fetchTarball {
5- url = "https://github.com/NixOS/nixpkgs/archive/8c3cede7ddc26bd659d2d383b5610efbd2c7a16e .tar.gz" ;
6- sha256 = "sha256-rppURzHviaQN131F+nLiLdGfcb0uCd9gGP0E5+iw9MI =" ;
5+ url = "https://github.com/NixOS/nixpkgs/archive/7a1a64774a5fd0b0cd39ac95d0e170ace8b266a0 .tar.gz" ;
6+ sha256 = "sha256-N66fYdUuZ9hpdM7jsQ7CUWtLJduqGDyTGCaLR62CXaQ =" ;
77 } ) { } ;
88 pyproject-nix = import ( builtins . fetchTarball {
9- url = "https://github.com/pyproject-nix/pyproject.nix/archive/ad83f1ead0e78e57b188f35cb57298affb06fc5f .tar.gz" ;
10- sha256 = "sha256-rRK3IFixgsrK6S3e14Xz9HAZm7+kMAIl3oi5zZlcwYI =" ;
9+ url = "https://github.com/pyproject-nix/pyproject.nix/archive/7af23cfe91064865ecf2e835da28b45b3c6f49fd .tar.gz" ;
10+ sha256 = "sha256-SvXJcAemihifkTn4BGvyE5K1FJX9bl4U8DQ5pqKvD0s =" ;
1111 } ) { lib = pinnedNixpkgs . lib ; } ;
1212 uv2nix =
1313 import
1414 ( builtins . fetchTarball {
15- url = "https://github.com/pyproject-nix/uv2nix/archive/0497ccef038da091002be7c05263a7f27820974f .tar.gz" ;
16- sha256 = "sha256-yZVQNvmDx1SFjvlwevywsXWJnieSRqmQr7/fCTMyyd0 =" ;
15+ url = "https://github.com/pyproject-nix/uv2nix/archive/288b0a580ede39d3d7f96e3d835f9df0a7080223 .tar.gz" ;
16+ sha256 = "sha256-oseisp2tblvzYZdojkA5URLnMjrpPiemzr5T7BdUyuU =" ;
1717 } )
1818 {
1919 lib = pinnedNixpkgs . lib ;
2222 pyproject-build-systems =
2323 import
2424 ( builtins . fetchTarball {
25- url = "https://github.com/pyproject-nix/build-system-pkgs/archive/7bff980f37fc24e09dbc986643719900c139bf12 .tar.gz" ;
26- sha256 = "sha256-MbXylBTkWqVm8/VYjoULtMoVRgWBN1gSHbeRKsOsPlU =" ;
25+ url = "https://github.com/pyproject-nix/build-system-pkgs/archive/430680a19bc85a3bda55f12e4cc1a1aadcf2e478 .tar.gz" ;
26+ sha256 = "sha256-6gmEVe69+KlRkZD4PEEV5xAlB9CB0Y9TiuEgQjDrKTQ =" ;
2727 } )
2828 {
2929 lib = pinnedNixpkgs . lib ;
You can’t perform that action at this time.
0 commit comments