neomutt: make patch urls reproducible

+2 -1
+2 -1
pkgs/applications/networking/mailreaders/neomutt/default.nix
··· 20 20 # https://github.com/neomutt/neomutt/issues/3773#issuecomment-1493295144 21 21 ./fix-open-very-large-mailbox.patch 22 22 (fetchpatch { 23 + # https://github.com/neomutt/neomutt/pull/3933 23 24 name = "disable-incorrect-tests.patch"; 24 - url = "https://github.com/neomutt/neomutt/pull/3933.patch"; 25 + url = "https://github.com/neomutt/neomutt/compare/f624551b86cdb53224b5b48304a808ca2815111e...a9a1d99e6c0fdf367188125451300fa89d3e801a.patch"; 25 26 hash = "sha256-Plei063T8XyXF4/7/nAb6/4OyXz72vBAXHwls9WL1vM="; 26 27 excludes = [".github/workflows/macos.yml"]; 27 28 })