Updating gnunet 0.9 svn version, although it brings little or nothing new I had noticed.

svn path=/nixpkgs/trunk/; revision=29436
This commit is contained in:
Lluís Batlle i Rossell 2011-09-22 09:15:48 +00:00
parent 234a58870a
commit d7d6755654

View File

@ -8,7 +8,7 @@
assert gtkSupport -> (gtk != null) && (libglade != null); assert gtkSupport -> (gtk != null) && (libglade != null);
let let
rev = "16910"; rev = "17000";
version = "0.9-svn-${rev}"; version = "0.9-svn-${rev}";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -16,7 +16,7 @@ in
src = fetchsvn { src = fetchsvn {
url = "https://gnunet.org/svn/gnunet"; url = "https://gnunet.org/svn/gnunet";
sha256 = "1jxvh3wvhss0pn286p848zifc8f9pkhcb12m2bpkssh409wwyzkd"; sha256 = "17nkvykg3xb5m1y86i9lahgsic9jpj6h0nr73ywzpxpp7ql45cm4";
inherit rev; inherit rev;
}; };