Wine: update to 1.5.25
This commit is contained in:
parent
b72134dc11
commit
c8acc350b9
|
@ -7,12 +7,12 @@ assert stdenv.isLinux;
|
||||||
assert stdenv.gcc.gcc != null;
|
assert stdenv.gcc.gcc != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.5.23";
|
version = "1.5.25";
|
||||||
name = "wine-${version}";
|
name = "wine-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
||||||
sha256 = "1wgs2bdl3sn3j0za7fk9zfjlii1x6qkvmyw4jxzz1mfw6nizswzr";
|
sha256 = "0812ryv1v0gqr13vmvjci09k89qhcr1qs0n052z4zw0vpipjd4rx";
|
||||||
};
|
};
|
||||||
|
|
||||||
gecko = fetchurl {
|
gecko = fetchurl {
|
||||||
|
@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.winehq.org/";
|
homepage = "http://www.winehq.org/";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
|
inherit version;
|
||||||
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
||||||
maintainers = [stdenv.lib.maintainers.raskin stdenv.lib.maintainers.simons];
|
maintainers = [stdenv.lib.maintainers.raskin stdenv.lib.maintainers.simons];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
Loading…
Reference in New Issue