nixpkgs-bootstrap: 0-unstable-2024-12-26 -> 0-unstable-2024-12-29

This commit is contained in:
2024-12-29 10:29:22 +00:00
parent f7ee19042e
commit 4606b00b73
2 changed files with 7 additions and 13 deletions

View File

@@ -8,8 +8,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {}
}:
mkNixpkgs {
rev = "39bf1ee9e546b11fe191e5c842e1b882fe6b01a6";
sha256 = "sha256-UoXrxKpxeTLLDEZlWYlBN6dDzFQl/2aRwDqwpP2gHDQ=";
version = "0-unstable-2024-12-26";
rev = "0d7cc712dea63b116baa1869ba7fe6f91f2c3905";
sha256 = "sha256-+8O2vjWnfqNLDmHSwWQvce5KlRSo1wWee1523Aq3JRc=";
version = "0-unstable-2024-12-29";
branch = "master";
}

View File

@@ -55,10 +55,10 @@ in
})
(fetchpatch' {
# 2024-12-26: required to build `picocom`
name = "lrzsz: fix build on gcc14";
prUrl = "https://github.com/NixOS/nixpkgs/pull/367989";
hash = "sha256-+tNqqaOhywKs0MW7Jmj8CVvQmeMnRIR0cHx2cVOZjYY=";
# merged into staging 2024-12-28
name = "python3Packages.meson-python: honor mesonFlagsArray";
saneCommit = "38681f9dbd65e92bc4c3f49f0ce9c7b15dcbe9ea";
hash = "sha256-YzS6eX6sPbEx3CzAGaz8alz/s8O5JjkXtg+/Wk7ndZ0=";
})
(fetchpatch' {
@@ -68,12 +68,6 @@ in
hash = "sha256-6XXgSCXhC5DneSICguPtdnjX00SVJeiHxmJ55MoB+Xs=";
})
(fetchpatch' {
name = "python3Packages.meson-python: honor mesonFlagsArray";
saneCommit = "38681f9dbd65e92bc4c3f49f0ce9c7b15dcbe9ea";
hash = "sha256-YzS6eX6sPbEx3CzAGaz8alz/s8O5JjkXtg+/Wk7ndZ0=";
})
(fetchpatch' {
# patch should be safe to remove; keeping it here to track the upstreaming status
name = "nixos/gitea: don't configure the database if `createDatabase == false`";