update rev
This commit is contained in:
parent
e51f5090f1
commit
1d99c1b26e
|
@ -12,7 +12,7 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "65b6b3d594347e377bc636299bf640c4bf4a4885";
|
rev "255ac34733005ef36fc6f8d525f55061b8b07099";
|
||||||
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 = "13myr0gqxcvcgdvi0i5y0wlr9g06c874ylbvl9wbw73wx3h96mcd";
|
sha256 = "0zalfv9wggx4y3a0nrlmwhil0px33a8igxcbif7cc26sydbgkfzs";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [
|
phases = [
|
||||||
|
|
Loading…
Reference in New Issue