Unverified Commit 043ab4d0 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

Merge pull request #201260 from r-ryantm/auto-update/mutt

mutt: 2.2.8 -> 2.2.9
parents cac5c55e af8d5c51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@

stdenv.mkDerivation rec {
  pname = "mutt";
  version = "2.2.8";
  version = "2.2.9";
  outputs = [ "out" "doc" "info" ];

  src = fetchurl {
    url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
    sha256 = "A/PSN6LuKh0WM2QXyaXxe0nPcEXu/qYCHwggu/hdClM=";
    sha256 = "+lMbIx1Y/h8wztoO1iZoPqnr37ds5H74uyfC93Qiz/s=";
  };

  patches = lib.optional smimeSupport (fetchpatch {