nixpkgs: 0-unstable-2024-08-18 -> 0-unstable-2024-08-19

This commit is contained in:
2024-08-20 08:52:07 +00:00
parent 6e1ccc3e19
commit bf94946759
2 changed files with 9 additions and 38 deletions

View File

@@ -27,12 +27,12 @@
}:
let
lock = {
master.rev = "82821e1670b61b43c89b1cf27654321c7623ec2e";
master.sha256 = "sha256-+MP4Lw0b2NWMnpt0JNczKje38K0AEdGyTTcIhe0/Pr4=";
staging.rev = "82821e1670b61b43c89b1cf27654321c7623ec2e";
staging.sha256 = "sha256-+MP4Lw0b2NWMnpt0JNczKje38K0AEdGyTTcIhe0/Pr4=";
staging-next.rev = "82821e1670b61b43c89b1cf27654321c7623ec2e";
staging-next.sha256 = "sha256-+MP4Lw0b2NWMnpt0JNczKje38K0AEdGyTTcIhe0/Pr4=";
master.rev = "090bc11bc054f5f9745cfbcf058f9ad9a39e51c7";
master.sha256 = "sha256-7QdRlhe45Qy5pZ4jYE/biPT8jE/iXOEs94ma3WOIB10=";
staging.rev = "090bc11bc054f5f9745cfbcf058f9ad9a39e51c7";
staging.sha256 = "sha256-7QdRlhe45Qy5pZ4jYE/biPT8jE/iXOEs94ma3WOIB10=";
staging-next.rev = "090bc11bc054f5f9745cfbcf058f9ad9a39e51c7";
staging-next.sha256 = "sha256-7QdRlhe45Qy5pZ4jYE/biPT8jE/iXOEs94ma3WOIB10=";
};
lock' = lock."${variant}";
unpatchedSrc = fetchzip {
@@ -84,7 +84,7 @@ in
src.overrideAttrs (base: {
# attributes needed for update scripts
pname = "nixpkgs";
version = "0-unstable-2024-08-18";
version = "0-unstable-2024-08-19";
passthru = (base.passthru or {}) // nixpkgs // {
src = unpatchedSrc // {
inherit (lock') rev;

View File

@@ -39,26 +39,11 @@ in
hash = "sha256-9UrJB/ijXL07H/SESquCCqI1boVoYpDcYqxD+Mx2Mwc=";
})
(fetchpatch' {
# branch: pr-flatpak-cross
title = "flatpak: support cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/334324";
saneCommit = "0656837e8bb3aae72245145ea8b2250eadad653d";
hash = "sha256-etogClsQ8USoBzfx8eYXUYp+C5VQ0wJs/1LumjtE+9E=";
# hash = "sha256-Jo37TmzEbqZQVlFtLQ/hI1AAPXS0dnkXh58eHpuwT5M=";
# hash = "sha256-/N3FQ0CZ8IOxEYci2UKOG0POYuTyCTH/ZWTRyjIOlEc=";
})
(fetchpatch' {
# TODO: send upstream: <https://github.com/uninsane/nixpkgs/pull/new/pr-flatpak-cross-2>
title = "flatpak: fix cross compilation for 1.14.10";
saneCommit = "665f4fdabdf15110f609bfb59a8b3bc229b195af";
hash = "sha256-eSAB5OqnjqXKY19E3PGbKmfUW3l0RyG9khllk6x/tzI=";
})
(fetchpatch' {
title = "syshud: 0-unstable-2024-07-29 -> 0-unstable-2024-08-10";
prUrl = "https://github.com/NixOS/nixpkgs/pull/333975";
hash = "sha256-DMV9rnigWUGW6kcV5Ve151OEArMWroLcuoK6PdFjTHk=";
saneCommit = "8359a34a1b944082ea1bd76fee61819e7b86e00e";
hash = "sha256-OnWu15IgZREWOohUnF2uqHPQd920aEDJ7oBT4h5vpu4=";
})
(fetchpatch' {
@@ -76,13 +61,6 @@ in
# hash = "sha256-hEcpS7r1K6yb5dcj2evbWajwIQaaSHKdLPQVg1LlCYE=";
# })
(fetchpatch' {
# merged into staging 2024-07-25
title = "texinfo: set texinfo_cv_sys_iconv_converts_euc_cn=yes when crosscompiling";
prUrl = "https://github.com/NixOS/nixpkgs/pull/328919";
hash = "sha256-jPbFTg5YHBxAyhOaQGuiLVximKMj7ACXzCK89ddZyNQ=";
})
(fetchpatch' {
title = "python312Packages.contourpy: fix cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/328218";
@@ -119,13 +97,6 @@ in
# hash = "sha256-r0jKr65dRkVU/LPfgZqNJArs2XWEudsgyYXs5bJpgj4=";
# })
(fetchpatch' {
# required for gpodder to build
title = "python311Packages.mygpoclient: 1.8 -> 1.9";
prUrl = "https://github.com/NixOS/nixpkgs/pull/324734";
hash = "sha256-W2KBnwPonYCKO4TA9+mGbknxgJaZej7iX9dFLLXf/jw=";
})
(fetchpatch' {
# see: <https://github.com/NixOS/nixpkgs/pull/284562#issuecomment-2079104081>
title = "nixos/lemmy: fix nginx backend to proxy needed headers";