Skip to content

Commit

Permalink
Merge pull request #95233 from jerith666/alpine-2-23-backport
Browse files Browse the repository at this point in the history
alpine: 2.21 -> 2.23
  • Loading branch information
Christian Kauhaus committed Aug 12, 2020
2 parents 7a4047d + 00c32cd commit 2a403c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/mailreaders/alpine/default.nix
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "alpine";
version = "2.21";
version = "2.23";

src = fetchurl {
url = "http://alpine.x10host.com/alpine/release/src/${pname}-${version}.tar.xz";
sha256 = "0f3llxrmaxw7w9w6aixh752md3cdc91mwfmbarkm8s413f4bcc30";
sha256 = "0yqzm56lqgg8v66m09vqxjvpclli4pql5xj8zg7mynq0bhhn2fkr";
};

buildInputs = [
Expand All @@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
"--with-passfile=.pine-passfile"
"--with-c-client-target=slx"
];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 2a403c9

Please sign in to comment.