Update wine
svn path=/nixpkgs/trunk/; revision=18988
This commit is contained in:
parent
0888bf7107
commit
67ed6bf75b
2 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
rec {
|
||||
version="1.1.32";
|
||||
name="unnamed-package-1.1.32";
|
||||
hash="0fzhdr7v3cq5n0k0f5vi65r6gr0ghg3vf34mxzzc8g3sx2zqvh05";
|
||||
version="1.1.34";
|
||||
name="wine-1.1.34";
|
||||
hash="1llsm6h0s765n0s5nvr852iyml2ckdd7vq96dhqjlck5vr4nxsns";
|
||||
url="http://prdownloads.sourceforge.net/wine/wine-${version}.tar.bz2";
|
||||
advertisedUrl="http://prdownloads.sourceforge.net/wine/wine-1.1.32.tar.bz2";
|
||||
advertisedUrl="http://prdownloads.sourceforge.net/wine/wine-1.1.34.tar.bz2";
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
downloadPage = "http://www.winehq.org/";
|
||||
baseName = "wine";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue