bump gnunet
This commit is contained in:
parent
20faf1a2dc
commit
eb889f2c6c
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchgit, libtool, pkgconfig, autoconf, automake, gettext, libgcrypt
|
||||
, libidn2, zlib, libunistring, glpk, miniupnpc, libextractor, jansson, libgnurl
|
||||
, sqlite, postgresql, mariadb, libmicrohttpd, iptables, nettools, gnutls
|
||||
, unbound, coreutils, file, python3, texinfo, procps, iproute
|
||||
, libsodium, sqlite, postgresql, mariadb, libmicrohttpd, iptables, nettools
|
||||
, gnutls, unbound, coreutils, file, python3, texinfo, procps, iproute
|
||||
, withVerbose ? false
|
||||
, withDocumentation ? false
|
||||
, withSqlite ? true
|
||||
|
@ -11,7 +11,7 @@
|
|||
with stdenv.lib;
|
||||
|
||||
let
|
||||
rev = "b105a00fc382ba80a419d883300643d82d0022a2";
|
||||
rev = "cb09046e42afec4c4bdc6182cf319a11d89d7503";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnunet-${rev}";
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
src = fetchgit {
|
||||
url = https://git.gnunet.org/gnunet.git;
|
||||
inherit rev;
|
||||
sha256 = "0h8hdk7m7w16rrcamarjnj2ckx1apg4ihhr0hivv412hcii94ys4";
|
||||
sha256 = "0dbcr8fwyzhys5f8sq2y03px806b148p3m9js7kzpfv0mxa0wakv";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
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 withPostgres postgresql
|
||||
|
|
Loading…
Reference in New Issue