nixpkgs/pkgs/development/libraries/directfb/src-for-default.nix
Bjørn Forsman 3dc05acf6a directfb: update from 1.6.2 to 1.6.3
There is a 1.7.x release out but to minimize chances of breaking
dependees I'm only bumping the minimal needed to be compatible with
ilixi (a gui toolkit for directfb that I'm packaging).
2014-02-01 13:54:54 +01:00

10 lines
299 B
Nix

rec {
version="1.6.3";
name="directfb-1.6.3";
hash="0w2yyx6l2wn8jj9y14ymknqyc88wwrl314p9204frck91znsr5ks";
url="http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${version}.tar.gz";
advertisedUrl="http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-1.6.3.tar.gz";
}