mutt: 1.8.2 -> 1.8.3
From the Release-Mail: This is a bug-fix release. Of note to Gmail users is a potential crash fix when copy/moving messages to its Trash folder.
This commit is contained in:
parent
3488c65b2b
commit
9357927a4d
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ with stdenv.lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mutt-${version}";
|
||||
version = "1.8.2";
|
||||
version = "1.8.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
|
||||
sha256 = "0dgjjryp1ggbc6ivy9cfz5jl3gnbahb6d6hcwn7c7wk5npqpn18x";
|
||||
sha256 = "0hpd896mw630sd6ps60hpka8cg691nvr627n8kmabv7zcxnp90cv";
|
||||
};
|
||||
|
||||
patchPhase = optionalString (openssl != null) ''
|
||||
|
|
Loading…
Reference in a new issue