mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
3dc05acf6a
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).
10 lines
299 B
Nix
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";
|
|
|
|
|
|
}
|