Merge pull request #132453 from SFrijters/wine-6.14

wine{Unstable,Staging}: 6.13 -> 6.14

authored by Sandro and committed by GitHub 3a8b5de9 fbaa499c

+5 -5
+5 -5
pkgs/misc/emulators/wine/sources.nix
··· 44 45 unstable = fetchurl rec { 46 # NOTE: Don't forget to change the SHA256 for staging as well. 47 - version = "6.13"; 48 url = "https://dl.winehq.org/wine/source/6.x/wine-${version}.tar.xz"; 49 - sha256 = "sha256-4DohoBHUXSrp8iIED7dpC5cVY3bnQx+GHyAHPq8k8oo="; 50 inherit (stable) gecko32 gecko64; 51 52 ## see http://wiki.winehq.org/Mono 53 mono = fetchurl rec { 54 - version = "6.2.0"; 55 url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi"; 56 - sha256 = "sha256-zY1TUT2DV7KHama6sIllTvmUH0LvaQ+1VcZJP1OB28o="; 57 }; 58 59 patches = [ ··· 65 staging = fetchFromGitHub rec { 66 # https://github.com/wine-staging/wine-staging/releases 67 inherit (unstable) version; 68 - sha256 = "sha256-3IpO+eQ/+DiQZH6en5Q/p+j441LDvjn4i9Ex7PY8KCk="; 69 owner = "wine-staging"; 70 repo = "wine-staging"; 71 rev = "v${version}";
··· 44 45 unstable = fetchurl rec { 46 # NOTE: Don't forget to change the SHA256 for staging as well. 47 + version = "6.14"; 48 url = "https://dl.winehq.org/wine/source/6.x/wine-${version}.tar.xz"; 49 + sha256 = "sha256-ZLRxk5lDvAjjUQJ9tvvCRlwTllCjv/65Flf/DujCUgI="; 50 inherit (stable) gecko32 gecko64; 51 52 ## see http://wiki.winehq.org/Mono 53 mono = fetchurl rec { 54 + version = "6.3.0"; 55 url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi"; 56 + sha256 = "sha256-pfAtMqAoNpKkpiX1Qc+7tFGIMShHTFyANiOFMXzQmfA="; 57 }; 58 59 patches = [ ··· 65 staging = fetchFromGitHub rec { 66 # https://github.com/wine-staging/wine-staging/releases 67 inherit (unstable) version; 68 + sha256 = "sha256-yzpRWNx/e3BDCh1dyf8VdjLgvu6yZ/CXre/cb1roaVs="; 69 owner = "wine-staging"; 70 repo = "wine-staging"; 71 rev = "v${version}";