From d7d67556548c3f4bd27b7fd08707f8164b0d7d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 22 Sep 2011 09:15:48 +0000 Subject: [PATCH] Updating gnunet 0.9 svn version, although it brings little or nothing new I had noticed. svn path=/nixpkgs/trunk/; revision=29436 --- pkgs/applications/networking/p2p/gnunet/0.9.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/p2p/gnunet/0.9.nix b/pkgs/applications/networking/p2p/gnunet/0.9.nix index 96dcfc746b4..221640930d7 100644 --- a/pkgs/applications/networking/p2p/gnunet/0.9.nix +++ b/pkgs/applications/networking/p2p/gnunet/0.9.nix @@ -8,7 +8,7 @@ assert gtkSupport -> (gtk != null) && (libglade != null); let - rev = "16910"; + rev = "17000"; version = "0.9-svn-${rev}"; in stdenv.mkDerivation { @@ -16,7 +16,7 @@ in src = fetchsvn { url = "https://gnunet.org/svn/gnunet"; - sha256 = "1jxvh3wvhss0pn286p848zifc8f9pkhcb12m2bpkssh409wwyzkd"; + sha256 = "17nkvykg3xb5m1y86i9lahgsic9jpj6h0nr73ywzpxpp7ql45cm4"; inherit rev; };