From 1c37010b1e5dfd2e22e3de5fa03e68918283e9e4 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 27 Aug 2023 19:28:18 +0200 Subject: [PATCH] listmonk: modify the 1.20 Go support patch Previously, it was a PR that was merged, meaning this will break. Added a comment to explain why this patch. --- pkgs/servers/mail/listmonk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/mail/listmonk/default.nix b/pkgs/servers/mail/listmonk/default.nix index 7e55fde4504e..2d660e3cdbfb 100644 --- a/pkgs/servers/mail/listmonk/default.nix +++ b/pkgs/servers/mail/listmonk/default.nix @@ -12,8 +12,9 @@ buildGoModule rec { }; patches = [ + # Ensure that listmonk supports Go 1.20 (fetchpatch { - url = "https://github.com/knadh/listmonk/pull/1479.patch"; + url = "https://github.com/knadh/listmonk/commit/25513b81044803b104ada63c0be57a913960484e.patch"; hash = "sha256-SYACM8r+NgeSWn9VJV4+wkm+6s/MhNGwn5zyc2tw7FU="; }) ];