mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
mutt: 1.8.0 -> 1.8.1
From the announce email: This is a bug fix release. In particular, it has fixes for setenv, sidebar_whitelist, some refresh issues, and a potential segfault. Details can be seen in the ChangeLog file. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
7f09c06c58
commit
77e71c2f99
@ -20,11 +20,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mutt-${version}";
|
name = "mutt-${version}";
|
||||||
version = "1.8.0";
|
version = "1.8.1";
|
||||||
|
|
||||||
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 = "1axdcylyv0p194y6lj1jx127g5yc74zqzzxdc014cjw02bd1x125";
|
sha256 = "1b8dggq5x1b77a9i9250b3jhv2iddfzhr9rix1yfzckdms65mr8b";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = optionalString (openssl != null) ''
|
patchPhase = optionalString (openssl != null) ''
|
||||||
|
Loading…
Reference in New Issue
Block a user