neomutt: 20200814 -> 20200821

https://github.com/neomutt/neomutt/releases/tag/20200821
This commit is contained in:
Maximilian Bosch 2020-08-22 22:25:31 +02:00
parent 790f286b94
commit 8f3a2d3e5c
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -5,14 +5,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "20200814"; version = "20200821";
pname = "neomutt"; pname = "neomutt";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neomutt"; owner = "neomutt";
repo = "neomutt"; repo = "neomutt";
rev = version; rev = version;
sha256 = "00i2xbadw7rq2b30yjla54m0df4jbh22g6phby41albw2wc2hn72"; sha256 = "0l66xf6qp2fdhm5h2v58bbc73pwj72c80mriqac9pfyjh5padir5";
}; };
buildInputs = [ buildInputs = [