diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 7c4d7a67..677cff1d 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -34,8 +34,10 @@ in [ (fetchpatch' { title = "libphonenumber: fix cross compilation"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/316094"; saneCommit = "151fb5ea9c43847dbd114cb80c04ce7118fef95d"; - hash = "sha256-dvgpuldhBlSrpwkqNEtgAHqhaGsrMwoAT+Q5J27NYrQ="; + # hash = "sha256-dvgpuldhBlSrpwkqNEtgAHqhaGsrMwoAT+Q5J27NYrQ="; + hash = "sha256-N8ZA/93qTmrCE9eE8VPgkXD/ciTOHdD5zRz9JJLU5gA="; }) (fetchpatch' {