From c8d207ed5a86e19b9685a253ceff10296bd952b4 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Fri, 5 Feb 2021 12:14:16 +0100 Subject: [PATCH] wine{Unstable,Staging}: 6.0-rc4 -> 6.0-rc5 --- pkgs/misc/emulators/wine/sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix index 3a5abe18d75..063b4f96d4f 100644 --- a/pkgs/misc/emulators/wine/sources.nix +++ b/pkgs/misc/emulators/wine/sources.nix @@ -44,9 +44,9 @@ in rec { unstable = fetchurl rec { # NOTE: Don't forget to change the SHA256 for staging as well. - version = "6.0-rc4"; + version = "6.0-rc5"; url = "https://dl.winehq.org/wine/source/6.0/wine-${version}.tar.xz"; - sha256 = "sha256-ndeBORgnfYmtPbvZEesaetocknePF8cnyjqfulkcfsU="; + sha256 = "sha256-8fEKCu9NzJz07Gfwgo/B9/Nk4ujnwvAnwlPI4gBL9FE="; inherit (stable) mono gecko32 gecko64; patches = [ @@ -58,7 +58,7 @@ in rec { staging = fetchFromGitHub rec { # https://github.com/wine-staging/wine-staging/releases inherit (unstable) version; - sha256 = "sha256-GdFiCGnGSDOxGERlfsPMJdSrQTvnx8gf4z4joqIKT7c="; + sha256 = "sha256-xC8W87nvIzVk2pLJnf4JzBrrpwS1Opm4qqwOmF5NIeo"; owner = "wine-staging"; repo = "wine-staging"; rev = "v${version}";