bump GNUnet; it needs to fetch submodules now

master
lurchi 2020-03-09 17:42:06 +01:00
parent 8160016e07
commit 0ce9e9e73c
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
with stdenv.lib;
let
rev = "cac1c211ba0247b978961630b7ee147956b29e0a";
rev = "c0236414b243d7bf8a60e9906f44fe527df49631";
in
stdenv.mkDerivation rec {
name = "gnunet-${rev}";
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = https://git.gnunet.org/gnunet.git;
inherit rev;
sha256 = "1810f406vycj1fj4gzdpwrzlxa8d5ayfcwcygxswlr3pa0s6z66i";
sha256 = "12blcws36yp2mzl63n327ml3bbgazp2yxwcwkwcqk07xas9xb656";
fetchSubmodules = true;
};
phases = [