update rev

This commit is contained in:
lurchi 2018-11-26 02:58:27 +01:00
parent 9ebeb0af1f
commit d55b417030
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
with stdenv.lib; with stdenv.lib;
let let
rev = "632e6ae7f67aaa75369a1278e4fa5256982bc372"; rev = "b0b7de092d65d189baff2201eaa913861ef12223";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnunet-${rev}"; name = "gnunet-${rev}";
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
#url = https://gnunet.org/git/gnunet.git; #url = https://gnunet.org/git/gnunet.git;
url = https://ulrich.earth/code/gnunet; url = https://ulrich.earth/code/gnunet;
inherit rev; inherit rev;
sha256 = "18xiqssgjkhvlhhc0npgjyglw84pghin9k5r0399kbirig21xvv8"; sha256 = "1qgqw0gl3zwpl2pzdgfl6wdzsw5ild4qldf1cvfki7s3hki3myyf";
}; };
phases = [ phases = [