Unverified Commit 1b480c85 authored by Gabriel Ebner's avatar Gabriel Ebner Committed by GitHub
Browse files

Merge pull request #38955 from matthiasbeyer/update-mutt

mutt: 1.9.4 -> 1.9.5
parents d1591a84 792c99df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
  name = "mutt-${version}";
  version = "1.9.4";
  version = "1.9.5";

  src = fetchurl {
    url = "http://ftp.mutt.org/pub/mutt/${name}.tar.gz";
    sha256 = "1pxmw5yyizb9bqbai6lihv6zxmw0znjfb60zaldwh6hc6lkbzlgl";
    sha256 = "0lsp72lm3cw490x7lhzia7h8f591bab2mr7qpscaj22fmrj7wqdz";
  };

  patches = optional smimeSupport (fetchpatch {