From 131a5676d10422194cb265062597f235f048792d Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Fri, 29 Apr 2022 10:01:58 +0200 Subject: [PATCH] wine{Unstable,Staging}: 7.6 -> 7.7 --- pkgs/applications/emulators/wine/sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix index 30f19927ca1..a8c1e3b3d34 100644 --- a/pkgs/applications/emulators/wine/sources.nix +++ b/pkgs/applications/emulators/wine/sources.nix @@ -46,9 +46,9 @@ in rec { unstable = fetchurl rec { # NOTE: Don't forget to change the SHA256 for staging as well. - version = "7.6"; + version = "7.7"; url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz"; - sha256 = "sha256-7qt3LwkTKKP7nbiarKtr4IfD1ZwWjvK0GvXsUBDPAyg="; + sha256 = "sha256-UqTQa6dwgN9KSwIr+cLMBc+h15vUuwjGuI98OuCdFGQ="; inherit (stable) gecko32 gecko64 patches; mono = fetchurl rec { @@ -61,7 +61,7 @@ in rec { staging = fetchFromGitHub rec { # https://github.com/wine-staging/wine-staging/releases inherit (unstable) version; - sha256 = "sha256-0RbfCC8pjjVoWppaa+tQyO/l7ZafbNKA6V2Ea4hNehI="; + sha256 = "sha256-+aR5+pJD+uDo4wITgs7njYUHxB9FwqUtgS+aXC0PLQ0="; owner = "wine-staging"; repo = "wine-staging"; rev = "v${version}";