gnunet-svn: slight update

For not any special reason
This commit is contained in:
Lluís Batlle i Rossell 2013-05-30 09:55:08 +02:00
parent 14cd1be498
commit 2599ec692b

View File

@ -4,14 +4,15 @@
, makeWrapper, autoconf, automake }: , makeWrapper, autoconf, automake }:
let let
rev = "27314"; rev = "27317";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnunet-svn-${rev}"; name = "gnunet-svn-${rev}";
src = fetchsvn { src = fetchsvn {
url = https://gnunet.org/svn/gnunet; url = https://gnunet.org/svn/gnunet;
sha256 = "14b893y5dy84hp1klrmng06znbh2m2wk4f1kpbhzbwnvjyhk6kdq"; rev = "27317";
sha256 = "1l7jypm57wjhzlwdj8xzhfppjdpy6wbph4nqgwxxb9q056wwf9zy";
}; };
buildInputs = [ buildInputs = [