summary refs log tree commit diff
path: root/pkgs/applications/misc/freemind
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-09-16 20:50:24 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-09-16 20:50:24 +0000
commit98f6452a7077d38eb09af88a90739ab9950565a1 (patch)
treee0d3b4d574910b8ae3277ce7059d7877cae922e0 /pkgs/applications/misc/freemind
parentfd68946fa87e967903aeba0a6dccbe99c349f932 (diff)
downloadnixpkgs-98f6452a7077d38eb09af88a90739ab9950565a1.tar
nixpkgs-98f6452a7077d38eb09af88a90739ab9950565a1.tar.gz
nixpkgs-98f6452a7077d38eb09af88a90739ab9950565a1.tar.bz2
nixpkgs-98f6452a7077d38eb09af88a90739ab9950565a1.tar.lz
nixpkgs-98f6452a7077d38eb09af88a90739ab9950565a1.tar.xz
nixpkgs-98f6452a7077d38eb09af88a90739ab9950565a1.tar.zst
nixpkgs-98f6452a7077d38eb09af88a90739ab9950565a1.zip
Adding the gnunet 0.9 (svn), which works incompatible with the latest gnunet released.
I updated some libs to get it built.


svn path=/nixpkgs/trunk/; revision=29313
Diffstat (limited to 'pkgs/applications/misc/freemind')
-rw-r--r--pkgs/applications/misc/freemind/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/freemind/default.nix b/pkgs/applications/misc/freemind/default.nix
index dd6f205eca8..24071d3c683 100644
--- a/pkgs/applications/misc/freemind/default.nix
+++ b/pkgs/applications/misc/freemind/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, jdk, jre, ant, coreutils, gnugrep }:
 
 stdenv.mkDerivation {
-  name = "freemind-0.9.0_RC_6";
+  name = "freemind-0.9.0";
 
   src = fetchurl {
-    url = mirror://sourceforge/freemind/freemind-src-0.9.0_RC_6.tar.gz;
-    sha256 = "0qxpwqmb4xd8c83zh76gczmx0hsx5m209k7p60kh7c4f25snhngf";
+    url = mirror://sourceforge/freemind/freemind-src-0.9.0.tar.gz;
+    sha256 = "1qd535gwx00d8z56mplxli5529yds2gsmbgla5b0bhhmsdwmrxmf";
   };
 
   buildInputs = [ jdk ant ];