summary refs log tree commit diff
path: root/pkgs/development/libraries/fltk
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-01 21:15:40 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-01 21:15:40 +0000
commita2e353cd50ffaf0dc9e63349ff41ae74b6b033c7 (patch)
treed9b99e57cd7f26686fc3ef14434d061dfc2f243f /pkgs/development/libraries/fltk
parent473d5a9ba8a198e0e7863021f60174824e57c121 (diff)
downloadnixpkgs-a2e353cd50ffaf0dc9e63349ff41ae74b6b033c7.tar
nixpkgs-a2e353cd50ffaf0dc9e63349ff41ae74b6b033c7.tar.gz
nixpkgs-a2e353cd50ffaf0dc9e63349ff41ae74b6b033c7.tar.bz2
nixpkgs-a2e353cd50ffaf0dc9e63349ff41ae74b6b033c7.tar.lz
nixpkgs-a2e353cd50ffaf0dc9e63349ff41ae74b6b033c7.tar.xz
nixpkgs-a2e353cd50ffaf0dc9e63349ff41ae74b6b033c7.tar.zst
nixpkgs-a2e353cd50ffaf0dc9e63349ff41ae74b6b033c7.zip
Adding htmldoc. I had to update fltk 1.1 for it to build.
svn path=/nixpkgs/trunk/; revision=22096
Diffstat (limited to 'pkgs/development/libraries/fltk')
-rw-r--r--pkgs/development/libraries/fltk/fltk11.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/fltk/fltk11.nix b/pkgs/development/libraries/fltk/fltk11.nix
index 4832410102d..41733862c17 100644
--- a/pkgs/development/libraries/fltk/fltk11.nix
+++ b/pkgs/development/libraries/fltk/fltk11.nix
@@ -2,11 +2,11 @@ args: with args;
 let inherit (args.composableDerivation) composableDerivation edf; in
 composableDerivation {} {
 
-  name = "fltk-1.1.9";
+  name = "fltk-1.1.10";
 
   src = args.fetchurl {
-    url = http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/1.1.9/fltk-1.1.9-source.tar.bz2;
-    sha256 = "1ppdqc4vg3g11px4dxm6czxi4sswfxs485q44nrr5ji0galsbjzs";
+    url = http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/1.1.10/fltk-1.1.10-source.tar.bz2;
+    sha256 = "16mic69a48y3ybijml754x38djxxb25rn8441p9qsssqy8ms5b9p";
   };
 
   propagatedBuildInputs=[x11 inputproto libXi freeglut];