wine64Packages.{unstable,staging}: 9.8 -> 9.9

https://gitlab.winehq.org/wine/wine/-/releases/wine-9.9
This commit is contained in:
Randy Eckenrode 2024-05-18 08:56:08 -04:00
parent 27851edc9d
commit a886427a1d
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -69,9 +69,9 @@ in rec {
unstable = fetchurl rec {
# NOTE: Don't forget to change the hash for staging as well.
version = "9.8";
version = "9.9";
url = "https://dl.winehq.org/wine/source/9.x/wine-${version}.tar.xz";
hash = "sha256-hpQ8g47aj62aeUDUCZcDOUvx0b6aEBQ0L+2HnH3DuZM=";
hash = "sha256-TWengSxKvUo96SMjjmD1qGsWrH+yD2KU4Nxu+ei+yjY=";
inherit (stable) patches;
## see http://wiki.winehq.org/Gecko
@ -117,7 +117,7 @@ in rec {
staging = fetchFromGitLab rec {
# https://gitlab.winehq.org/wine/wine-staging
inherit (unstable) version;
hash = "sha256-c69E+jr5DKdD8JJxQhM3ILJgvmGvOe54FqMghcVPkpg=";
hash = "sha256-JJrt2zTCjI8Zectoa5B0eZm2BLQm9u5cHbqVEHygwd0=";
domain = "gitlab.winehq.org";
owner = "wine";
repo = "wine-staging";