neomutt: 20200821 -> 20200925

https://github.com/neomutt/neomutt/releases/tag/20200925
This commit is contained in:
Maximilian Bosch 2020-09-25 16:54:01 +02:00
parent 1a08a381a0
commit 2d94370264
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 = "20200821"; version = "20200925";
pname = "neomutt"; pname = "neomutt";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neomutt"; owner = "neomutt";
repo = "neomutt"; repo = "neomutt";
rev = version; rev = version;
sha256 = "0l66xf6qp2fdhm5h2v58bbc73pwj72c80mriqac9pfyjh5padir5"; sha256 = "1q931n9sijq1iin3swzk57rz7qmy485hvr1fahy5i2wd1xx9yhb2";
}; };
buildInputs = [ buildInputs = [