From c54df8d9c45e67ff8fb4dfe589281d76b5162617 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 31 Dec 2023 11:23:18 +0000 Subject: [PATCH] hare-ev: 2023-10-31 -> 2023-12-04 --- nixpatches/list.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 577853a3..af2a88b5 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -26,6 +26,11 @@ let // (if title != null then { name = title; } else {}) ) else null; in [ + (fetchpatch' { + title = "hareThirdParty.hare-ev: unstable-2023-10-31 -> unstable-2023-12-04"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/277222"; + hash = "sha256-mRcx489YFiF+1iVFJRY+bxaoWf/yJqMbRh9GO3ctApQ="; + }) (fetchpatch' { title = "argyllcms: support cross compilation"; prUrl = "https://github.com/NixOS/nixpkgs/pull/275755";