nixpkgs: 2025-04-07 -> 2025-04-08

This commit is contained in:
2025-04-08 04:46:48 +00:00
parent 719ebfb52f
commit c26479a31a
3 changed files with 13 additions and 6 deletions

View File

@@ -8,8 +8,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "6429a3b42686cb4cbac0c95afc71bee3bf4f9371";
sha256 = "sha256-J1gtV8k5CHS7x+gNcx807WMO9aDndGTpnyr+LxSwo/E=";
version = "0-unstable-2025-04-07";
rev = "e42eb725b123304bcd42b2db38cbe23c27f1f771";
sha256 = "sha256-C5MXf5pLFGI88maeIjc/dC1cqTvhhCFXPiRJAfHGEyY=";
version = "0-unstable-2025-04-08";
branch = "master";
}

View File

@@ -69,6 +69,13 @@ in
# hash = "sha256-wg2iIm36q65rwfTan6ZDBRVoVpG01dIsAu6/loOCxlo=";
})
(fetchpatch' {
# TODO: update PR with "Tested basic functionality of all binary files" box after deploy
name = "nano: fix cross compilation, enable strictDeps";
prUrl = "https://github.com/NixOS/nixpkgs/pull/396996";
hash = "sha256-MeSKoU+y4E/BJlotgMZWN39BoppVMjCM5eQFpokOKDo=";
})
# (fetchpatch' {
# # XXX(2025-01-06): patch does not produce valid binaries for cross
# name = "lua-language-server: fix cross compiling";

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "45a756f47ae6955485d3229808776f2072099680";
sha256 = "sha256-G7qjCWrnl6YikgAU6NlIdWRYxl1FdcJ+eNrufgVE0B8=";
version = "0-unstable-2025-04-06";
rev = "29ae9b01744f0b67af6951d646d4b58a79b6fea2";
sha256 = "sha256-0OvzdpF/ijDd4J7jpdfiJLiZCktG99nrT3KoY4ANKME=";
version = "0-unstable-2025-04-07";
branch = "staging-next";
}