mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
wine: (stable) bugfix update 1.6 -> 1.6.1
Tested on a couple of apps.
This commit is contained in:
parent
359e2e3add
commit
b5356f7f27
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
assert stdenv.isLinux;
|
||||
assert stdenv.gcc.gcc != null;
|
||||
|
||||
let
|
||||
version = "1.6";
|
||||
let
|
||||
version = "1.6.1";
|
||||
name = "wine-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
||||
sha256 = "1bj21d94i0mqvkmzxd4971232yniribk7q3fllf23ynbpppk1wg1";
|
||||
sha256 = "0k1qb8hhaf5mbb3jk0a37jx93mvlxpk5c4dslxhalp2mic42rg6m";
|
||||
};
|
||||
|
||||
gecko = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue