Skip to content

Commit a94b69f

Browse files
authored
mutt: 2.2.13 -> 2.2.14 (#384278)
2 parents 81aebb6 + d89685e commit a94b69f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/mu/mutt/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ assert gpgmeSupport -> sslSupport;
3030

3131
stdenv.mkDerivation rec {
3232
pname = "mutt";
33-
version = "2.2.13";
33+
version = "2.2.14";
3434
outputs = [
3535
"out"
3636
"doc"
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
3939

4040
src = fetchurl {
4141
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
42-
hash = "sha256-6yP63cHMl9hnaT86Sp8wlJrZN2WtW2/a4nl6QAHFjvs=";
42+
hash = "sha256-0WL7bUkeOvQ9b2L5Sbfmh7sMfCWE2lLJmpk1SiXeFO8=";
4343
};
4444

4545
patches =
@@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
5252
sha256 = "0b4i00chvx6zj9pcb06x2jysmrcb2znn831lcy32cgfds6gr3nsi";
5353
});
5454

55+
enableParallelBuilding = true;
5556
strictDeps = true;
5657

5758
nativeBuildInputs = [

0 commit comments

Comments
 (0)