wine64Packages.{unstable,staging}: 10.14 -> 10.15 (#443725)

authored by

Kira Bruneau and committed by
GitHub
4eec41eb c9f8e994

+3 -3
+3 -3
pkgs/applications/emulators/wine/sources.nix
··· 133 133 134 134 unstable = fetchurl rec { 135 135 # NOTE: Don't forget to change the hash for staging as well. 136 - version = "10.14"; 136 + version = "10.15"; 137 137 url = "https://dl.winehq.org/wine/source/10.x/wine-${version}.tar.xz"; 138 - hash = "sha256-pPo7Wu/hwLc5GpGiw8czuN/QS7MVyOq8+yr0E5aeXks="; 138 + hash = "sha256-MH4hI3xui96iZvlG0x8J7SexlX35oDUW2Ccf0T4cJh0="; 139 139 140 140 patches = [ 141 141 # Also look for root certificates at $NIX_SSL_CERT_FILE ··· 145 145 # see https://gitlab.winehq.org/wine/wine-staging 146 146 staging = fetchFromGitLab { 147 147 inherit version; 148 - hash = "sha256-u+pHt+pzyZjKRAp4C5frngQMgByu6kqjflXBEF2HYi0="; 148 + hash = "sha256-VzHM4Qm0XDP7suCT5dmJgoDJmZ1DLg6qqOUVQzNc0g4="; 149 149 domain = "gitlab.winehq.org"; 150 150 owner = "wine"; 151 151 repo = "wine-staging";