bump gnunet
This commit is contained in:
parent
86475bafba
commit
2ff790afd3
|
@ -11,7 +11,7 @@
|
|||
with stdenv.lib;
|
||||
|
||||
let
|
||||
rev = "c0236414b243d7bf8a60e9906f44fe527df49631";
|
||||
rev = "0c053ecbf57987b2f03f661bc09b9fabf8aae63f";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnunet-${rev}";
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
src = fetchgit {
|
||||
url = https://git.gnunet.org/gnunet.git;
|
||||
inherit rev;
|
||||
sha256 = "12blcws36yp2mzl63n327ml3bbgazp2yxwcwkwcqk07xas9xb656";
|
||||
sha256 = "1aihfywp64f6n8n962328dg9ww9bibmsf9p1kxsmg8zv4hzf2fq5";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue