cross: fix curl-impersonate-chome build

This commit is contained in:
Colin 2024-05-13 18:20:00 +00:00
parent f33e960bdf
commit 6c6d11578e

View File

@ -32,6 +32,12 @@ in [
# etc, where "date" is like "20240228181608"
# and can be found with `nix-repl > :lf . > lastModifiedDate`
(fetchpatch' {
title = "curl-impersonate: fix darwin build and make cross-compilation work";
prUrl = "https://github.com/NixOS/nixpkgs/pull/310386";
hash = "sha256-feMOgQRrY2t7sYMjqXCo2WCe/J+Kr1ah+DznajQZsDM=";
})
(fetchpatch' {
title = "hyprland: fix cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/311408";