bump version

master
lurchi 2019-09-21 11:14:36 +02:00
parent c77e45b997
commit 0b45b20d8a
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 = "c3b9d89432edc264a18d6d98665110dff4aeb4f1";
rev = "cac1c211ba0247b978961630b7ee147956b29e0a";
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 = "06al2h5jdn8mz39n1w685v5aka33clznq8r33ysc3kp7z7lgg12x";
sha256 = "1810f406vycj1fj4gzdpwrzlxa8d5ayfcwcygxswlr3pa0s6z66i";
};
phases = [