Commit 1d0432ec authored by Raito Bezarius's avatar Raito Bezarius
Browse files

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
parent 4a188679
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [