gnunet-svn: updating to latest

This commit is contained in:
Lluís Batlle i Rossell 2013-06-10 22:41:42 +02:00
parent f2256276af
commit ce9f40f5a7

View File

@ -4,15 +4,15 @@
, makeWrapper, autoconf, automake }: , makeWrapper, autoconf, automake }:
let let
rev = "27317"; rev = "27399";
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;
rev = "27317"; inherit rev;
sha256 = "1l7jypm57wjhzlwdj8xzhfppjdpy6wbph4nqgwxxb9q056wwf9zy"; sha256 = "0fn7ppfnc4v6lkxwww11s0h8mdvwyv7f40f6wrbfilqpn2ncrf8c";
}; };
buildInputs = [ buildInputs = [