summary refs log tree commit diff
path: root/pkgs/tools/graphics/cuneiform
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-07-06 11:12:33 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-07-06 11:12:33 +0000
commitc5bd204477e35bb482e7d17e7fc7e6700e9ea9ff (patch)
treee19ce6e2b38e5301bebeea648202b7e99d6e9ebb /pkgs/tools/graphics/cuneiform
parentc7b08905d6304f7f0e0f00b556c52ffa11facc28 (diff)
downloadnixpkgs-c5bd204477e35bb482e7d17e7fc7e6700e9ea9ff.tar
nixpkgs-c5bd204477e35bb482e7d17e7fc7e6700e9ea9ff.tar.gz
nixpkgs-c5bd204477e35bb482e7d17e7fc7e6700e9ea9ff.tar.bz2
nixpkgs-c5bd204477e35bb482e7d17e7fc7e6700e9ea9ff.tar.lz
nixpkgs-c5bd204477e35bb482e7d17e7fc7e6700e9ea9ff.tar.xz
nixpkgs-c5bd204477e35bb482e7d17e7fc7e6700e9ea9ff.tar.zst
nixpkgs-c5bd204477e35bb482e7d17e7fc7e6700e9ea9ff.zip
Update cuneiform
svn path=/nixpkgs/trunk/; revision=22493
Diffstat (limited to 'pkgs/tools/graphics/cuneiform')
-rw-r--r--pkgs/tools/graphics/cuneiform/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/cuneiform/default.nix b/pkgs/tools/graphics/cuneiform/default.nix
index e72f96ea85e..5da8c5d3416 100644
--- a/pkgs/tools/graphics/cuneiform/default.nix
+++ b/pkgs/tools/graphics/cuneiform/default.nix
@@ -2,15 +2,15 @@ a :
 let 
   fetchurl = a.fetchurl;
 
-  version = a.lib.attrByPath ["version"] "0.6" a; 
+  version = a.lib.attrByPath ["version"] "1.0" a; 
   buildInputs = with a; [
     cmake imagemagick patchelf
   ];
 in
 rec {
   src = fetchurl {
-    url = "http://launchpad.net/cuneiform-linux/${version}/${version}/+download/cuneiform-${version}.tar.bz2";
-    sha256 = "0jgiccimwv1aqp9gzl9937gdlh9zl5qpaygf0n1xcbfd5aqz14ig";
+    url = "http://launchpad.net/cuneiform-linux/${version}/${version}/+download/cuneiform-linux-${version}.0.tar.bz2";
+    sha256 = "bfa7acc6aade966ab62bc0f19e0ac1a843b659a70202229570c087ca8b15f39e";
   };
 
   inherit buildInputs;