Xaw3d: 1.6 -> 1.6.2
Previously the version was given as 1.6.2, but the tarball it was installing from was only 1.6.
This commit is contained in:
parent
d890212ac8
commit
6674e34614
@ -4,9 +4,9 @@ stdenv.mkDerivation {
|
||||
name = "Xaw3d-1.6.2";
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
ftp://ftp.x.org/pub/xorg/individual/lib/libXaw3d-1.6.tar.bz2
|
||||
ftp://ftp.x.org/pub/xorg/individual/lib/libXaw3d-1.6.2.tar.bz2
|
||||
];
|
||||
sha256 = "099kx6ni5vkgr3kf40glif8m6r1m1hq6hxqlqrblaj1w5cphh8hi";
|
||||
sha256 = "0awplv1nf53ywv01yxphga3v6dcniwqnxgnb0cn4khb121l12kxp";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [imake gccmakedep libXpm libXp bison flex];
|
||||
|
Loading…
Reference in New Issue
Block a user