xeyes: 1.1.1 -> 1.1.2
This commit is contained in:
parent
e0f54907ae
commit
b85d1f638a
@ -1676,11 +1676,11 @@ let
|
|||||||
}) // {inherit ;};
|
}) // {inherit ;};
|
||||||
|
|
||||||
xeyes = (mkDerivation "xeyes" {
|
xeyes = (mkDerivation "xeyes" {
|
||||||
name = "xeyes-1.1.1";
|
name = "xeyes-1.1.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://xorg/individual/app/xeyes-1.1.1.tar.bz2;
|
url = mirror://xorg/individual/app/xeyes-1.1.2.tar.bz2;
|
||||||
sha256 = "08d5x2kar5kg4yammw6hhk10iva6jmh8cqq176a1z7nm1il9hplp";
|
sha256 = "0lq5j7fryx1wn998jq6h3icz1h6pqrsbs3adskjzjyhn5l6yrg2p";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libX11 libXext libXmu libXrender libXt ];
|
buildInputs = [ libX11 libXext libXmu libXrender libXt ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user