Skip to content

Commit

Permalink
lumail: 2.9 -> 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer committed Mar 12, 2018
1 parent 669cbb6 commit 29c33ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/lumail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
, perl, perlPackages }:

let
version = "2.9";
version = "3.1";
in
stdenv.mkDerivation {
name = "lumail-${version}";

src = fetchurl {
url = "https://lumail.org/download/lumail-${version}.tar.gz";
sha256 = "1rni5lbic36v4cd1r0l28542x0hlmfqkl6nac79gln491in2l2sc";
sha256 = "0vj7p7f02m3w8wb74ilajcwznc4ai4h2ikkz9ildy0c00aqsi5w4";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 29c33ba

Please sign in to comment.