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