1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

neomutt: 20171027 -> 20171208

This commit is contained in:
Peter Hoeg 2017-12-14 11:25:05 +08:00
parent ea15e43693
commit 9b6ef35b2c

View file

@ -15,14 +15,14 @@ let
'';
in stdenv.mkDerivation rec {
version = "20171027";
version = "20171208";
name = "neomutt-${version}";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
rev = "neomutt-${version}";
sha256 = "0pwc5zdxc9h23658dfkzndfj1ld3ijyvcxmsiv793y3i4dig0s3n";
sha256 = "1fn28q4akfz0nq3ysp8n53j8yqp2mx6yhbvb59c4zm6zgd4qzgp1";
};
buildInputs = [