Merge pull request #115313 from matthiasbeyer/update-mutt

mutt: 2.0.5 -> 2.0.6
This commit is contained in:
Michele Guerini Rocco 2021-03-07 17:07:41 +01:00 committed by GitHub
commit ad051d44bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "mutt";
version = "2.0.5";
version = "2.0.6";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "0k80s27sf7djb7zxj81ihksr8jkr71mfaa8976fzh41i1pn5l7g2";
sha256 = "165mpivdhvhavglykwlz0hss2akxd6i6l40rgxs29mjzi52irqw1";
};
patches = optional smimeSupport (fetchpatch {