Xaw3d: 1.6.5 -> 1.6.6

This commit is contained in:
R. Ryantm 2024-03-03 02:59:32 +00:00
parent af9110471a
commit 899a9d82ca
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "Xaw3d";
version = "1.6.5";
version = "1.6.6";
src = fetchurl {
url = "https://www.x.org/releases/individual/lib/libXaw3d-${version}.tar.xz";
sha256 = "sha256-NIHuS2dTuI4YhW6iZcuE8rAznujDu+yWaxVrOLWEGDM=";
sha256 = "sha256-pBw+NxNa1hax8ou95wACr788tZow3zQUH4KdMurchkY=";
};
dontUseImakeConfigure = true;
nativeBuildInputs = [ pkg-config bison flex imake gccmakedep ];