about summary refs log tree commit diff
path: root/pkgs/applications/misc/thinking-rock
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-09-13 08:54:50 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-09-13 08:54:50 +0000
commit8fabb58eeee83eea5371a46c6c248c96664f3f99 (patch)
tree75d9c2686de8aceb37436ce69861b4354988bf14 /pkgs/applications/misc/thinking-rock
parent5478df996aed2ac5d07b9ccb60a9b0750ff3c987 (diff)
thinking rock update
svn path=/nixpkgs/trunk/; revision=17078
Diffstat (limited to 'pkgs/applications/misc/thinking-rock')
-rw-r--r--pkgs/applications/misc/thinking-rock/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/thinking-rock/default.nix b/pkgs/applications/misc/thinking-rock/default.nix
index aff60990b6959..0fb87f9555c6e 100644
--- a/pkgs/applications/misc/thinking-rock/default.nix
+++ b/pkgs/applications/misc/thinking-rock/default.nix
@@ -1,10 +1,10 @@
 args:
 args.stdenv.mkDerivation {
-  name = "thinkingrock-2.0.1-binary";
+  name = "thinkingrock-2.2.1-binary";
 
   src = args.fetchurl {
-    url = mirror://sourceforge/thinkingrock/tr-2.0.1.tar.gz;
-    sha256 = "1fsanxh0li8yqsspagx1w1ykmvfnm6h44i6gd02v05abx8q25jk1";
+    url = mirror://sourceforge/thinkingrock/files/ThinkingRock/TR%202.2.1/tr-2.2.1.tar.gz;
+    sha256 = "0hnwvvyc8miiz8w2g4iy7s4rgfy0kfbncgbgfzpsq6nrzq334kgm";
   };
 
   /* it would be a really bad idea to put thinkingrock tr executable in PATH!