winePackages.stable: 8.0 -> 8.0.1
https://www.winehq.org/announce/8.0.1
This commit is contained in:
parent
206d984884
commit
a9428cb1d9
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ let fetchurl = args@{url, hash, ...}:
|
||||||
in rec {
|
in rec {
|
||||||
|
|
||||||
stable = fetchurl rec {
|
stable = fetchurl rec {
|
||||||
version = "8.0";
|
version = "8.0.1";
|
||||||
url = "https://dl.winehq.org/wine/source/8.0/wine-${version}.tar.xz";
|
url = "https://dl.winehq.org/wine/source/8.0/wine-${version}.tar.xz";
|
||||||
hash = "sha256-AnLCCTj4chrkUQr6qLNgN0V91XZh5NZkIxB5uekceS4=";
|
hash = "sha256-IgNfODa0+cOxlArZD5uePBvgkjQjbSqA2JMYBTXHW30=";
|
||||||
|
|
||||||
## see http://wiki.winehq.org/Gecko
|
## see http://wiki.winehq.org/Gecko
|
||||||
gecko32 = fetchurl rec {
|
gecko32 = fetchurl rec {
|
||||||
|
|
Loading…
Reference in a new issue