From e4d0cabd13d0018dd6d5399f7b455f6885d12483 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 12 Jul 2023 02:09:34 +0000 Subject: [PATCH] conky: enable Wayland support; 1.18.0 -> 1.19.2 --- nixpatches/list.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index f10023af5..52197826b 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -140,10 +140,16 @@ in [ # hash = "sha256-MNG8C0OgdPnFQ8SF2loiEhXJuP2z4n9pkXr8Zh4X7QU="; # }) + # (fetchpatch' { + # title = "conky: 1.13.1 -> 1.18.0"; + # prUrl = "https://github.com/NixOS/nixpkgs/pull/217224"; + # hash = "sha256-paNHUbsIBmWRTuSl7stE8INGtENL1ccO9UoDVGJNykM="; + # }) (fetchpatch' { - title = "conky: 1.13.1 -> 1.18.0"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/217224"; - hash = "sha256-paNHUbsIBmWRTuSl7stE8INGtENL1ccO9UoDVGJNykM="; + # includes the diff of the above 1.13.1 -> 1.18.0 upgrade + title = "conky: support wayland"; + saneCommit = "dc8ef58ce033862663ea2fc320c5bb5e0d70d81b"; + hash = "sha256-yXH6H1ZtQj8ywHWj8SVbDFCff0t0lpJAhb8fFG8Qrv4="; }) # (fetchpatch' {