Merge pull request #104582 from NixOS/revert-104422-package/mutt-2.0.2-backport-20.09

Revert "[20.09] mutt: 1.14.7 -> 2.0.2"
This commit is contained in:
StigP
2020-11-22 11:47:56 +01:00
committed by GitHub

View File

@@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mutt";
version = "2.0.2";
version = "1.14.7";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "1j0i2jmlk5sc78af9flj3ynj0iiwa8biw7jgf12qm5lppsx1h4j7";
sha256 = "0r58xnjgkw0kmnnzhb32mk5gkkani5kbi5krybpbag156fqhgxg4";
};
patches = optional smimeSupport (fetchpatch {