about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2022-12-23 19:01:04 +0000
committerGitHub <noreply@github.com>2022-12-23 19:01:04 +0000
commit679ee78ff3daa5a5064e78b240e675782e5e741e (patch)
tree8b35089facec193b80aa86a1053e7dc5ca685cdf /pkgs/applications/emulators
parent2994edb9e4cb781e49201bd949c42f61fcf5ee03 (diff)
parent2f6c22496ae0fda9f3c6715f2be7148b7d60ca34 (diff)
Merge pull request #201315 from SFrijters/wine-7.0.1
wineStable: 7.0 -> 7.0.1
Diffstat (limited to 'pkgs/applications/emulators')
-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 e00f39406719f..0e8f129f91f64 100644
--- a/pkgs/applications/emulators/wine/sources.nix
+++ b/pkgs/applications/emulators/wine/sources.nix
@@ -24,9 +24,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 {