Wine: update to 1.5.20
This commit is contained in:
parent
8630db2b55
commit
17a4e01c69
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
||||||
sha256 = "08qhjqia2g6pm5rnawcvfz64pm2pmjaxafmwdyn950rdwrd7kbai";
|
sha256 = "0c14paj2j3sswl6mpjjmy9bxnpijk095ks58x9dsycx9c8x0gqvm";
|
||||||
};
|
};
|
||||||
|
|
||||||
gecko = fetchurl {
|
gecko = fetchurl {
|
||||||
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
version = "1.5.19";
|
version = "1.5.20";
|
||||||
homepage = "http://www.winehq.org/";
|
homepage = "http://www.winehq.org/";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user