Unverified Commit e79a3362 authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #251819 from RaitoBezarius/listmonk-patch

listmonk: modify the 1.20 Go support patch
parents 09fa1abc 1c37010b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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=";
    })
  ];