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
@ -20,11 +20,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mutt-${version}";
|
name = "mutt-${version}";
|
||||||
version = "1.8.2";
|
version = "1.8.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
|
url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
|
||||||
sha256 = "0dgjjryp1ggbc6ivy9cfz5jl3gnbahb6d6hcwn7c7wk5npqpn18x";
|
sha256 = "0hpd896mw630sd6ps60hpka8cg691nvr627n8kmabv7zcxnp90cv";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = optionalString (openssl != null) ''
|
patchPhase = optionalString (openssl != null) ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user