mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Wine updated to 1.3.26.
svn path=/nixpkgs/trunk/; revision=28209
This commit is contained in:
parent
159611d423
commit
ae6fa8071f
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
rec {
|
||||
version="1.3.25";
|
||||
name="wine-1.3.25";
|
||||
hash="1ahwgq6j8js9gkj8ynar5r1ifn1y1lfkkmhgk8y9fbzxdsb5llpm";
|
||||
version="1.3.26";
|
||||
name="wine-1.3.26";
|
||||
hash="0x2frnggg2nlva1qqx4ysdnhcq9gld0p0516z922rl8c1kcb5bbc";
|
||||
url="http://prdownloads.sourceforge.net/wine/wine-${version}.tar.bz2";
|
||||
advertisedUrl="http://prdownloads.sourceforge.net/wine/wine-1.3.25.tar.bz2";
|
||||
advertisedUrl="http://prdownloads.sourceforge.net/wine/wine-1.3.26.tar.bz2";
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue