update rev

This commit is contained in:
lurchi 2018-11-26 01:54:47 +01:00
parent e85d8a21ce
commit e51f5090f1
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
with stdenv.lib; with stdenv.lib;
let let
rev = "c3560ec0c7e90c21be6f78dda9d122af70f60e9f"; rev = "65b6b3d594347e377bc636299bf640c4bf4a4885";
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 = "1kfgk4yjhsbvia2bark51bxy8yjnb7118rxfjsbqrrlpgssjgdya"; sha256 = "13myr0gqxcvcgdvi0i5y0wlr9g06c874ylbvl9wbw73wx3h96mcd";
}; };
phases = [ phases = [