wine-staging: 5.5 -> 5.10

Keep up to date with latest staging developments.
This commit is contained in:
Julien Langlois 2020-06-18 01:03:58 -04:00
parent 029a5de083
commit 9b2cb88855
No known key found for this signature in database
GPG Key ID: BB220B0A40F7F862

View File

@ -39,16 +39,16 @@ 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 = "5.5"; version = "5.10";
url = "https://dl.winehq.org/wine/source/5.x/wine-${version}.tar.xz"; url = "https://dl.winehq.org/wine/source/5.x/wine-${version}.tar.xz";
sha256 = "1z7mvl6fgk7cg8vmy157r8azcz89srnckbzvsc6cva7a1fdi7qx0"; sha256 = "0g9k094biyjc0ng3vnncdr1psf0ykn36nqirrqdzc5y82s9a1alv";
inherit (stable) mono gecko32 gecko64; inherit (stable) mono gecko32 gecko64;
}; };
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 = "0wcj73xcxsk5897m5fg14cjir2md167m09jjjv9z9n6157bfr9fw"; sha256 = "1nnj52g0kp7i38qw85sp5qsf7gph1hh3ywibrdfpjmjpyj30v7sw";
owner = "wine-staging"; owner = "wine-staging";
repo = "wine-staging"; repo = "wine-staging";
rev = "v${version}"; rev = "v${version}";