about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-09-10 23:54:34 +0200
committerGitHub <noreply@github.com>2022-09-10 23:54:34 +0200
commit4db7aed23d12f95131291bf47951f547ab68cf5e (patch)
tree59950aa7a6c62303dee641eddfbf7641e55b4b2b /pkgs/applications/emulators
parentc287be174cc7845bf16dc3a7b29c8d6e4175b714 (diff)
parent8b456ccb9a9fb163921694d34625a452e74e99a2 (diff)
Merge pull request #190655 from SFrijters/wine-7.17
wine{Unstable,Staging}: 7.15 -> 7.17
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/wine/sources.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix
index 3d34cd8a06024..b90ac2d07a874 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.15";
+    version = "7.17";
     url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
-    sha256 = "sha256-0auKGarm/mwIM8PYgqMkSKv6SihZDxRulUUOufWPuRw=";
+    sha256 = "sha256-JDa4rFDWKPTKOsUwDBgmY9/PpIuhulVIp3KOtmH7T0E=";
     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-JMig0EUgxdRwpeaxZcNQi+6xWHUg43bXB7jkm5skKC8=";
+    sha256 = "sha256-eC5nYX6Cjutd30rrAn6SavWlQtF8swMHDzsESN4SUmo=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";