gnunet_svn: update to 27840

This commit is contained in:
Lluís Batlle i Rossell 2013-07-15 22:17:47 +02:00
parent 42ee481f5d
commit 2c06488a9f
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
, withVerbose ? false }: , withVerbose ? false }:
let let
rev = "27775"; rev = "27840";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnunet-svn-${rev}"; name = "gnunet-svn-${rev}";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchsvn { src = fetchsvn {
url = https://gnunet.org/svn/gnunet; url = https://gnunet.org/svn/gnunet;
inherit rev; inherit rev;
sha256 = "1fa2g63rrn0mmim9v62gnm2hqr556mbcafb7cs7afycbinix4spf"; sha256 = "0zhxvvj5rbhca2ykfx3g93dv94xyhqsnj011a6gql7zd5vfhaf6v";
}; };
buildInputs = [ buildInputs = [