Skip to content

Commit

Permalink
Merge pull request #25017 from matthiasbeyer/update-mutt
Browse files Browse the repository at this point in the history
mutt: 1.8.1 -> 1.8.2
  • Loading branch information
Mic92 committed Apr 19, 2017
2 parents 465b484 + 2052ff8 commit 96260d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/mutt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ with stdenv.lib;

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

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

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

0 comments on commit 96260d6

Please sign in to comment.