bump GNUnet; it needs to fetch submodules now
This commit is contained in:
parent
8160016e07
commit
0ce9e9e73c
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue