Xaw3d: 1.6.3 -> 1.6.5
1.6.4 release announcement: https://lists.x.org/archives/xorg-announce/2022-August/003202.html 1.6.5 release announcement: https://lists.x.org/archives/xorg-announce/2023-May/003396.html
This commit is contained in:
parent
dba6d77ad2
commit
14b8b406d9
1 changed files with 3 additions and 3 deletions
|
@ -16,11 +16,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "Xaw3d";
|
pname = "Xaw3d";
|
||||||
version = "1.6.3";
|
version = "1.6.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.x.org/releases/individual/lib/libXaw3d-${version}.tar.bz2";
|
url = "https://www.x.org/releases/individual/lib/libXaw3d-${version}.tar.xz";
|
||||||
sha256 = "0i653s8g25cc0mimkwid9366bqkbyhdyjhckx7bw77j20hzrkfid";
|
sha256 = "sha256-NIHuS2dTuI4YhW6iZcuE8rAznujDu+yWaxVrOLWEGDM=";
|
||||||
};
|
};
|
||||||
dontUseImakeConfigure = true;
|
dontUseImakeConfigure = true;
|
||||||
nativeBuildInputs = [ pkg-config bison flex imake gccmakedep ];
|
nativeBuildInputs = [ pkg-config bison flex imake gccmakedep ];
|
||||||
|
|
Loading…
Reference in a new issue