Merge pull request #292933 from r-ryantm/auto-update/Xaw3d

Xaw3d: 1.6.5 -> 1.6.6
This commit is contained in:
Weijia Wang 2024-03-17 22:28:15 +01:00 committed by GitHub
commit 3b68d95fc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];