bump GNUnet to HEAD

master
lurchi 2019-07-17 23:10:09 +02:00
parent bbaac67284
commit c77e45b997
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;
let
rev = "1b7caeb5acfe1d33a0305eaac188870698e622df";
rev = "c3b9d89432edc264a18d6d98665110dff4aeb4f1";
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 = "0y570840x85y0cif1598cklckqzms8pa0g1s3n5chdrfwq80pqy8";
sha256 = "06al2h5jdn8mz39n1w685v5aka33clznq8r33ysc3kp7z7lgg12x";
};
phases = [