mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Update Wine
svn path=/nixpkgs/trunk/; revision=24892
This commit is contained in:
parent
ec741fee8c
commit
961c737634
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
rec {
|
||||
version="1.3.4";
|
||||
name="wine-1.3.4";
|
||||
hash="1p2zh9c3k0b2ryy8cdldcz6x7mdg0c2gkvj0hxa3bi9cczsqg4s4";
|
||||
version="1.3.8";
|
||||
name="wine-1.3.8";
|
||||
hash="1nxz2xm9xndrsiaiw18g0098dkw7p2k32qsnm0l47giw2h6gdsvf";
|
||||
url="http://prdownloads.sourceforge.net/wine/wine-${version}.tar.bz2";
|
||||
advertisedUrl="http://prdownloads.sourceforge.net/wine/wine-1.3.4.tar.bz2";
|
||||
advertisedUrl="http://prdownloads.sourceforge.net/wine/wine-1.3.8.tar.bz2";
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue