summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/Xaw3d
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2017-12-27 15:31:57 -0800
committerJohn Wiegley <johnw@newartisans.com>2017-12-27 15:33:09 -0800
commit6674e34614ed606e7a99914b85be352dc6fb3d77 (patch)
tree5753bb85b36f3f4df300498f6842563330a1ccdf /pkgs/development/libraries/Xaw3d
parentd890212ac872aa9f5e05b35579be9e7d1e649c16 (diff)
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.
Diffstat (limited to 'pkgs/development/libraries/Xaw3d')
-rw-r--r--pkgs/development/libraries/Xaw3d/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/Xaw3d/default.nix b/pkgs/development/libraries/Xaw3d/default.nix
index 8cadc7290aa9..07d256f4f571 100644
--- a/pkgs/development/libraries/Xaw3d/default.nix
+++ b/pkgs/development/libraries/Xaw3d/default.nix
@@ -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];