From 33fc2f21b951bf15c361d12c77f6b3c6a6443009 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sun, 30 Jul 2023 23:37:50 +0200 Subject: winePackages.stable: 8.0.1 -> 8.0.2 --- pkgs/applications/emulators/wine/sources.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/emulators') diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix index 23fcf4a44227a..1bfb35e76d782 100644 --- a/pkgs/applications/emulators/wine/sources.nix +++ b/pkgs/applications/emulators/wine/sources.nix @@ -24,9 +24,9 @@ let fetchurl = args@{url, hash, ...}: in rec { stable = fetchurl rec { - version = "8.0.1"; + version = "8.0.2"; url = "https://dl.winehq.org/wine/source/8.0/wine-${version}.tar.xz"; - hash = "sha256-IgNfODa0+cOxlArZD5uePBvgkjQjbSqA2JMYBTXHW30="; + hash = "sha256-bsj7byxy1XbLEfUrL41Zr2RASAIVRlHRIrmEZtkdyEc="; ## see http://wiki.winehq.org/Gecko gecko32 = fetchurl rec { -- cgit 1.4.1