gupnp: update patch to point to nixpkgs PR

This commit is contained in:
2023-08-03 11:38:43 +00:00
parent ff9163b365
commit 633997f452

View File

@@ -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";