1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

Updating the snapshot for fltk, r6970 is no longer available

svn path=/nixpkgs/trunk/; revision=26745
This commit is contained in:
Cillian de Roiste 2011-04-07 21:36:12 +00:00
parent c73aed8fd3
commit fa84d216b0

View file

@ -4,11 +4,11 @@
let inherit (composableDerivation) edf; in
composableDerivation.composableDerivation {} rec {
name = "fltk-2.0.x-r6970";
name = "fltk-2.0.x-alpha-r8550";
src = fetchurl {
url = "ftp://ftp.easysw.com/pub/fltk/snapshots/${name}.tar.bz2";
sha256 = "0d88c16967ca40b26a70736b0d6874046c31a9e74816806816252e4eb72a84a3";
sha256 = "0y9fazsv61j8dkg9aiinnw4nd68h7zxmvapmygrl4rq5ywqygng7";
};
propagatedBuildInputs = [ x11 inputproto libXi freeglut ];