bump gnunet

This commit is contained in:
Christian Ulrich 2020-06-19 17:55:22 +02:00
parent b35b3f472c
commit 20faf1a2dc
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
with stdenv.lib; with stdenv.lib;
let let
rev = "0c053ecbf57987b2f03f661bc09b9fabf8aae63f"; rev = "b105a00fc382ba80a419d883300643d82d0022a2";
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 = "1aihfywp64f6n8n962328dg9ww9bibmsf9p1kxsmg8zv4hzf2fq5"; sha256 = "0h8hdk7m7w16rrcamarjnj2ckx1apg4ihhr0hivv412hcii94ys4";
fetchSubmodules = true; fetchSubmodules = true;
}; };