bump gnunet

master
lurchi 2020-04-18 20:35:26 +02:00
parent 86475bafba
commit 2ff790afd3
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 2 additions and 2 deletions

View File

@ -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;
};