neomutt: 20211015 -> 20211022

ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20211022
conduit-nginx
Maximilian Bosch 2021-10-22 15:24:35 +02:00
parent db62cb873d
commit 61f75e60ef
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "20211015";
version = "20211022";
pname = "neomutt";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
rev = version;
sha256 = "sha256-ObYeh9Q/WZ1N60pxR2LoDNCU8rP4tQt/oIxnqALqMhs=";
sha256 = "sha256-gPMbl+g9tU7YmT3uJoJozCdDBb/4eFyVyvHdREK1Ss0=";
};
buildInputs = [