wine{Unstable,Staging}: 7.16 -> 7.17
This commit is contained in:
parent
15812fffa0
commit
8b456ccb9a
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ in rec {
|
||||||
|
|
||||||
unstable = fetchurl rec {
|
unstable = fetchurl rec {
|
||||||
# NOTE: Don't forget to change the SHA256 for staging as well.
|
# NOTE: Don't forget to change the SHA256 for staging as well.
|
||||||
version = "7.16";
|
version = "7.17";
|
||||||
url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
|
url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
|
||||||
sha256 = "sha256-tXI87T0eAynUp0H/jonN96C3uIOn+YO5VmSQdbo1Ptw=";
|
sha256 = "sha256-JDa4rFDWKPTKOsUwDBgmY9/PpIuhulVIp3KOtmH7T0E=";
|
||||||
inherit (stable) gecko32 gecko64 patches;
|
inherit (stable) gecko32 gecko64 patches;
|
||||||
|
|
||||||
mono = fetchurl rec {
|
mono = fetchurl rec {
|
||||||
|
@ -61,7 +61,7 @@ in rec {
|
||||||
staging = fetchFromGitHub rec {
|
staging = fetchFromGitHub rec {
|
||||||
# https://github.com/wine-staging/wine-staging/releases
|
# https://github.com/wine-staging/wine-staging/releases
|
||||||
inherit (unstable) version;
|
inherit (unstable) version;
|
||||||
sha256 = "sha256-fTArA1tZPIjiGjKxfFoFA7xLV1wzAiv4AXj716r4E+E=";
|
sha256 = "sha256-eC5nYX6Cjutd30rrAn6SavWlQtF8swMHDzsESN4SUmo=";
|
||||||
owner = "wine-staging";
|
owner = "wine-staging";
|
||||||
repo = "wine-staging";
|
repo = "wine-staging";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
Loading…
Reference in a new issue