xfontsel: update from 1.0.2 to 1.0.5
This commit is contained in:
parent
ad5bb4018d
commit
3e2fc2338c
@ -4,11 +4,11 @@
|
||||
|
||||
{stdenv, fetchurl, makeWrapper, libX11, pkgconfig, libXaw}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xfontsel-1.0.2";
|
||||
name = "xfontsel-1.0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/app/${name}.tar.bz2";
|
||||
sha256 = "1a86a08sf0wjrki9ydh7hr5qf6hrixc4ljlxizakjzmx20wvlrks";
|
||||
sha256 = "1grir464hy52a71r3mpm9mzvkf7nwr3vk0b1vc27pd3gp588a38p";
|
||||
};
|
||||
|
||||
buildInputs = [libX11 makeWrapper pkgconfig libXaw];
|
||||
|
Loading…
Reference in New Issue
Block a user