neomutt: 20230512 -> 20230517

2023-05-12 is broken, 2023-05-17 has fixes for other platforms than x86_64-linux.
https://github.com/neomutt/neomutt/releases/tag/20230517
This commit is contained in:
Raito Bezarius 2023-05-22 09:06:03 +02:00
parent 4a18867947
commit 1d0432ec58

View file

@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
version = "20230512";
version = "20230517";
pname = "neomutt";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
rev = version;
sha256 = "sha256-/NeY9WrPXg6sSM1jnjgQKL7vSn8dTrAnvj229KcEEro=";
sha256 = "sha256-1i0STaJulJP0LWdNfLLIEKVapfkcguYRnbc+psWlVE4=";
};
patches = [