update rev
This commit is contained in:
parent
4538247707
commit
867d624bd3
|
@ -12,7 +12,7 @@
|
|||
with stdenv.lib;
|
||||
|
||||
let
|
||||
rev = "c7305832a3df76c17c05d42c072996f61b6a6207";
|
||||
rev = "f65b93c58cf096758f9077b9d530b7a55e6e87c0";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnunet-${rev}";
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
#url = https://gnunet.org/git/gnunet.git;
|
||||
url = https://ulrich.earth/code/gnunet;
|
||||
inherit rev;
|
||||
sha256 = "0ry04fvf1x2wcibbhwi5lyz4gz8y2n118306pr1b6kpqfl6941nc";
|
||||
sha256 = "1kq8f2nrn0gxlbrwwziqd2y4zmr6m628kf2x40gb3pz83rpdiw9g";
|
||||
};
|
||||
|
||||
phases = [
|
||||
|
|
Loading…
Reference in New Issue