From 66dad1e519b8a7ed11f7642048ff33b742508dad Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 3 Aug 2023 09:23:26 +0000 Subject: [PATCH] libgnt patch: use nixpkgs PR --- nixpatches/list.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 220f93b3..8be05b64 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -339,8 +339,10 @@ in [ }) (fetchpatch' { title = "libgnt: 2.14.1 -> 2.14.3"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/246937"; saneCommit = "ecd423195d72036a209912868ad02742cb4b6fcd"; - hash = "sha256-u4V/UHNtd2c3+FppuJ5LeLNSV8ZaLe8cqj8HmcW2a/0="; + # hash = "sha256-u4V/UHNtd2c3+FppuJ5LeLNSV8ZaLe8cqj8HmcW2a/0="; + hash = "sha256-cGhJSby0K+e1hKPdPZjLFRKvwjGaTbq/kb6Fxj2v8g8="; }) (fetchpatch' { title = "pidgin: support cross compilation";