From 8d772074babee35aef26cc889bb7a8c27be573fa Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 6 Aug 2023 09:16:43 +0000 Subject: [PATCH] gupnp: acquire cross patch from upstream nixpkgs PR --- nixpatches/list.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 83ad793a..be885b81 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -265,8 +265,7 @@ in [ title = "gupnp: fix cross compilation"; prUrl = "https://github.com/NixOS/nixpkgs/pull/246931"; saneCommit = "3af24c9e517689d048bb62511c6e8acf9bc55684"; - # hash = "sha256-6yl6I/zOcUe0TDKEi/vjEzyU4OWoGi0PMht3VOKWmQo="; - hash = "sha256-NYA72+liKZXnUoAGor3MR62YmZNsNPJ3SEfWGhpeiY4="; + hash = "sha256-I/+ArctOngrxacaMk82GODaodwSzmy+rh6q0J6KjMwA="; }) (fetchpatch' { title = "blueman: support cross compilation";