Unverified Commit 2ccb9006 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

mutt: 2.2.15 -> 2.2.16 (#463996)

parents d59a0b17 5daab3ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ assert gpgmeSupport -> sslSupport;

stdenv.mkDerivation rec {
  pname = "mutt";
  version = "2.2.15";
  version = "2.2.16";
  outputs = [
    "out"
    "doc"
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
    hash = "sha256-pRaGEE5CA/TCo7F2UnvjuV0I6AjpT9LcrbfDBWa/iU0=";
    hash = "sha256-HTEJp0OtiyXu+XEJsr20Zdt4N9Co0hHNOIvhtvqsPzI=";
  };

  patches = [