From 2f6c22496ae0fda9f3c6715f2be7148b7d60ca34 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 15 Nov 2022 14:06:57 +0100 Subject: [PATCH] wineStable: 7.0 -> 7.0.1 https://www.winehq.org/announce/7.0.1 --- pkgs/applications/emulators/wine/sources.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix index 7306112ce259..9f395d8f65f5 100644 --- a/pkgs/applications/emulators/wine/sources.nix +++ b/pkgs/applications/emulators/wine/sources.nix @@ -15,9 +15,9 @@ let fetchurl = args@{url, sha256, ...}: in rec { stable = fetchurl rec { - version = "7.0"; + version = "7.0.1"; url = "https://dl.winehq.org/wine/source/7.0/wine-${version}.tar.xz"; - sha256 = "sha256-W0PifVwIXLGPlzlORhgDENXu98HZHGiVQyo4ibLeCGs="; + sha256 = "sha256-gHyqeBIbFiUPJA0oKKB8pOPGCXOeVSTvD0z4muSagWw="; ## see http://wiki.winehq.org/Gecko gecko32 = fetchurl rec {