We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81aebb6 + d89685e commit a94b69fCopy full SHA for a94b69f
pkgs/by-name/mu/mutt/package.nix
@@ -30,7 +30,7 @@ assert gpgmeSupport -> sslSupport;
30
31
stdenv.mkDerivation rec {
32
pname = "mutt";
33
- version = "2.2.13";
+ version = "2.2.14";
34
outputs = [
35
"out"
36
"doc"
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
39
40
src = fetchurl {
41
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
42
- hash = "sha256-6yP63cHMl9hnaT86Sp8wlJrZN2WtW2/a4nl6QAHFjvs=";
+ hash = "sha256-0WL7bUkeOvQ9b2L5Sbfmh7sMfCWE2lLJmpk1SiXeFO8=";
43
};
44
45
patches =
@@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
52
sha256 = "0b4i00chvx6zj9pcb06x2jysmrcb2znn831lcy32cgfds6gr3nsi";
53
});
54
55
+ enableParallelBuilding = true;
56
strictDeps = true;
57
58
nativeBuildInputs = [
0 commit comments