summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-10-19 03:02:46 +0300
committerGitHub <noreply@github.com>2023-10-19 03:02:46 +0300
commit5a1cc0e11dc9f5916db4c93d3080aa295f7f9247 (patch)
tree279c7bf16306002e0cb0d777708b67a0642eddae /pkgs/applications/networking/mailreaders
parentc12ce83e4e763efd65257d9d89160c8d40ea72da (diff)
parentb9e8f5a206b8b8c11c06f250725256f7de962b27 (diff)
Merge pull request #258431 from pbsds/stabilize-patches
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/neomutt/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/neomutt/default.nix b/pkgs/applications/networking/mailreaders/neomutt/default.nix
index 9ac8c83dc5e7..8d0bc45c4a02 100644
--- a/pkgs/applications/networking/mailreaders/neomutt/default.nix
+++ b/pkgs/applications/networking/mailreaders/neomutt/default.nix
@@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
# https://github.com/neomutt/neomutt/issues/3773#issuecomment-1493295144
./fix-open-very-large-mailbox.patch
(fetchpatch {
+ # https://github.com/neomutt/neomutt/pull/3933
name = "disable-incorrect-tests.patch";
- url = "https://github.com/neomutt/neomutt/pull/3933.patch";
+ url = "https://github.com/neomutt/neomutt/compare/f624551b86cdb53224b5b48304a808ca2815111e...a9a1d99e6c0fdf367188125451300fa89d3e801a.patch";
hash = "sha256-Plei063T8XyXF4/7/nAb6/4OyXz72vBAXHwls9WL1vM=";
excludes = [".github/workflows/macos.yml"];
})