From 30ef2b651ac64dc0e881a85db329b27649e6be3e Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 27 Sep 2022 20:54:21 -0700 Subject: [PATCH] zecwallet: 1.7.13 -> 1.8.8 --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index adeea303..f5af0202 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -29,4 +29,10 @@ fetchpatch: [ url = "https://github.com/NixOS/nixpkgs/pull/193169.diff"; sha256 = "sha256-1O9vC/r3jpvGhHGp7d2r3oL7C8kFX2Ph214JV0vWZA0="; }) + + # zecwallet: 1.7.13 -> 1.8.8 + (fetchpatch { + url = "https://github.com/NixOS/nixpkgs/pull/193276.diff"; + sha256 = "sha256-tgwX/Tb1jQIcao8nTVJt4Y20iiHIeu+g8vCb5OOMIyQ="; + }) ]