nixpkgs/patches: remove upstreamed patches; update hashes
This commit is contained in:
@@ -40,55 +40,12 @@ in
|
||||
hash = "sha256-D8Royett8CSZD7xHYEj6qvJCMFaFKz8SNOIBABapgDc=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
name = "buffybox: 3.2.0-unstable-2025-03-12 -> 3.2.0-unstable-2025-03-16";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/392199";
|
||||
hash = "sha256-ychyFzpmiyMFGxF6IpqQNiOWmwwbAcREXwkaj/lHG74=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
# 2025-03-14: merged into staging-next
|
||||
name = "[staging-next] pipewire: fix cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/390022";
|
||||
hash = "sha256-xtA4lzPGZCeZ+rrS8oBSB+rsKCm+JJnWikzAnOI0920=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
# 2025-03-13: merged into staging-next
|
||||
# cherry-picked because mpv on pipewire 1.4.0 segfaults when playing .mp3 files,
|
||||
# in libspa-audioconvert.so:run_resample_stage (-> impl_native_process -> __memcpy_generic).
|
||||
# hopefully (speculatively!) this is fixed by bumping pipewire
|
||||
name = "pipewire: 1.4.0 -> 1.4.1";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/389824";
|
||||
hash = "sha256-Uo3MUP6lJk0i61pJFj2wNKRphpzNZHU96USq1F6Sdlo=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
# 2025-03-17: merged into staging-next
|
||||
name = "gtk4-layer-shell: fix cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/390999";
|
||||
hash = "sha256-79nUVS2d+Y46lvRVipKChb4jKVBS/MIxlLwRW3nkRNU=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
# 2025-03-09: merged into staging
|
||||
name = "libqmi: unbreak cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/388297";
|
||||
hash = "sha256-iW6b3yNWzWq2CrbtVVFvkhPdNwmRCjUTqLMq4mEHAV4=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
# 2025-03-07: merged into staging
|
||||
name = "librsvg: generate loaders.cache even when cross compiling";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/384957";
|
||||
hash = "sha256-coDU6CGXtZOO74Eyr+ZxEPKh9oBLWWPHjNBjKMmPYw0=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
# 2024-12-26: required to build ollama (with AMD acceleration)
|
||||
# 2025-03-14: merged into staging
|
||||
name = "rocm-6: bump packages to 6.3.1 and add missing packages";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/367695";
|
||||
hash = "sha256-Dk4qvVtFa2q6ZMhCCjzfD5YBx84iJ8MZVbu2YetLB8k=";
|
||||
hash = "sha256-RG4+b9Oaxfg9jFxc796dxBZLmXQIyYuTc0TjkhxMqTA=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
|
Reference in New Issue
Block a user