bump gnunet

master
Christian Ulrich 2020-07-10 16:07:50 +02:00
parent 20faf1a2dc
commit eb889f2c6c
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchgit, libtool, pkgconfig, autoconf, automake, gettext, libgcrypt { stdenv, fetchgit, libtool, pkgconfig, autoconf, automake, gettext, libgcrypt
, libidn2, zlib, libunistring, glpk, miniupnpc, libextractor, jansson, libgnurl , libidn2, zlib, libunistring, glpk, miniupnpc, libextractor, jansson, libgnurl
, sqlite, postgresql, mariadb, libmicrohttpd, iptables, nettools, gnutls , libsodium, sqlite, postgresql, mariadb, libmicrohttpd, iptables, nettools
, unbound, coreutils, file, python3, texinfo, procps, iproute , gnutls, unbound, coreutils, file, python3, texinfo, procps, iproute
, withVerbose ? false , withVerbose ? false
, withDocumentation ? false , withDocumentation ? false
, withSqlite ? true , withSqlite ? true
@ -11,7 +11,7 @@
with stdenv.lib; with stdenv.lib;
let let
rev = "b105a00fc382ba80a419d883300643d82d0022a2"; rev = "cb09046e42afec4c4bdc6182cf319a11d89d7503";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnunet-${rev}"; name = "gnunet-${rev}";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchgit { src = fetchgit {
url = https://git.gnunet.org/gnunet.git; url = https://git.gnunet.org/gnunet.git;
inherit rev; inherit rev;
sha256 = "0h8hdk7m7w16rrcamarjnj2ckx1apg4ihhr0hivv412hcii94ys4"; sha256 = "0dbcr8fwyzhys5f8sq2y03px806b148p3m9js7kzpfv0mxa0wakv";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
libgcrypt libidn2 zlib libunistring glpk miniupnpc libextractor jansson libgcrypt libidn2 zlib libunistring glpk miniupnpc libextractor jansson
libgnurl libmicrohttpd iptables nettools gnutls unbound procps iproute libgnurl libmicrohttpd libsodium iptables nettools gnutls unbound procps
iproute
] ]
++ optional withSqlite sqlite ++ optional withSqlite sqlite
++ optional withPostgres postgresql ++ optional withPostgres postgresql