Merge pull request #93087 from jerith666/alpine-2-23

alpine: 2.21 -> 2.23
This commit is contained in:
Michael Raskin 2020-07-15 07:28:24 +00:00 committed by GitHub
commit 3673b31d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [
@ -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; {