about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2023-04-03 13:28:08 +0000
committerGitHub <noreply@github.com>2023-04-03 13:28:08 +0000
commit124a91d51488ba704be72246d0fefb57284b8cc6 (patch)
tree43df63d9dcad3b6ff00f467e4073d6e20a732e97 /pkgs/applications/emulators
parent5bcc271f8137d52cb89a1cb6a801ddccb3836953 (diff)
parent7ccb7b1d33ee13b98c539d8f8c5d10831cda6802 (diff)
Merge pull request #224239 from reckenrode/wine-bump-8.5
wine{Unstable,Staging}: 8.3 -> 8.5
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 43863f73e521b..fcaa29360124e 100644
--- a/pkgs/applications/emulators/wine/sources.nix
+++ b/pkgs/applications/emulators/wine/sources.nix
@@ -73,9 +73,9 @@ in rec {
 
   unstable = fetchurl rec {
     # NOTE: Don't forget to change the hash for staging as well.
-    version = "8.3";
+    version = "8.5";
     url = "https://dl.winehq.org/wine/source/8.x/wine-${version}.tar.xz";
-    hash = "sha256-QQJpAAKSw7+t0lYf3eBtm8sryVi0mwPpY/FBd6J2MfA=";
+    hash = "sha256-wJdmQBswu0JeEy4RSyba+kJ2SX5AzL4V+3fnUfsJvhc=";
     inherit (stable) gecko32 gecko64 patches;
 
     mono = fetchurl rec {
@@ -105,7 +105,7 @@ in rec {
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    hash = "sha256-b49WFyiEbkJFUp1n9rz+A1c6iseSfV+5DrpA6AwKa+4=";
+    hash = "sha256-vHV7x2U9B4P0E4tcQuMXHSS4NqN7rlnhC6v/t+0Qlh0=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";