From 633997f4527385fc147eba928c5bb7ed7b4598a6 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 3 Aug 2023 11:38:43 +0000 Subject: [PATCH] gupnp: update patch to point to nixpkgs PR --- nixpatches/list.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index d35522f64..7a8f6fd2f 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -261,10 +261,9 @@ in [ # }) (fetchpatch' { title = "gupnp: fix cross compilation"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/246931"; - saneCommit = "a1604d867581239c53a3dda0c845a2eb49aa814a"; - hash = "sha256-EV7YjpFu83OlhdPk+2PZxtkm0fsS2wZxUA/HK8sYIUM="; - # hash = "sha256-euYjOa/axVlFlWo73Xkcg0t4ip/bOCyGbZmynvhM6sc="; + # prUrl = "https://github.com/NixOS/nixpkgs/pull/246931"; + saneCommit = "3af24c9e517689d048bb62511c6e8acf9bc55684"; + hash = "sha256-6yl6I/zOcUe0TDKEi/vjEzyU4OWoGi0PMht3VOKWmQo="; }) (fetchpatch' { title = "blueman: support cross compilation";