Skip to content

Commit

Permalink
Merge pull request #26271 from matthiasbeyer/update-mutt
Browse files Browse the repository at this point in the history
mutt: 1.8.2 -> 1.8.3
  • Loading branch information
pSub committed May 31, 2017
2 parents 8aff7c0 + 9357927 commit dab9983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/mutt/default.nix
Expand Up @@ -20,11 +20,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "mutt-${version}";
version = "1.8.2";
version = "1.8.3";

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

patchPhase = optionalString (openssl != null) ''
Expand Down

0 comments on commit dab9983

Please sign in to comment.