update rev
This commit is contained in:
parent
867d624bd3
commit
e85d8a21ce
|
@ -12,7 +12,7 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "f65b93c58cf096758f9077b9d530b7a55e6e87c0";
|
rev = "c3560ec0c7e90c21be6f78dda9d122af70f60e9f";
|
||||||
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 = "1kq8f2nrn0gxlbrwwziqd2y4zmr6m628kf2x40gb3pz83rpdiw9g";
|
sha256 = "1kfgk4yjhsbvia2bark51bxy8yjnb7118rxfjsbqrrlpgssjgdya";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [
|
phases = [
|
||||||
|
|
Loading…
Reference in New Issue