about summary refs log tree commit diff
path: root/pkgs/applications/emulators/wine
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2023-07-30 23:37:50 +0200
committerStefan Frijters <sfrijters@gmail.com>2023-07-30 23:37:50 +0200
commit33fc2f21b951bf15c361d12c77f6b3c6a6443009 (patch)
tree4e1bf0de34f42a79b016e5b11a038d9bcc25dd1a /pkgs/applications/emulators/wine
parent095cfea66a03dfb4d39ba04a2f7d930142203987 (diff)
winePackages.stable: 8.0.1 -> 8.0.2
Diffstat (limited to 'pkgs/applications/emulators/wine')
-rw-r--r--pkgs/applications/emulators/wine/sources.nix4
1 files changed, 2 insertions, 2 deletions
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 {