summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2023-01-25 18:34:51 +0100
committerStefan Frijters <sfrijters@gmail.com>2023-02-03 23:06:35 +0100
commit003b4c59d46aac016af4707ade0bcf26d9809890 (patch)
treebc4c32d1d6d33ebbee94b67375a42c9e6cee2cc8 /pkgs/applications/emulators
parentdaf0b1129703fb12b5a28d744b7e88074e9e57b8 (diff)
downloadnixpkgs-003b4c59d46aac016af4707ade0bcf26d9809890.tar
nixpkgs-003b4c59d46aac016af4707ade0bcf26d9809890.tar.gz
nixpkgs-003b4c59d46aac016af4707ade0bcf26d9809890.tar.bz2
nixpkgs-003b4c59d46aac016af4707ade0bcf26d9809890.tar.lz
nixpkgs-003b4c59d46aac016af4707ade0bcf26d9809890.tar.xz
nixpkgs-003b4c59d46aac016af4707ade0bcf26d9809890.tar.zst
nixpkgs-003b4c59d46aac016af4707ade0bcf26d9809890.zip
winePackages.{unstable,staging,wayland}: 7.22 -> 8.0
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/wine/sources.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix
index 3374ecc66f5..7a06e68149f 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 SHA256 for staging as well.
-    version = "7.22";
-    url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
-    sha256 = "sha256-HyrDss32bEm/FFtD56PzDm2BdtCuSYBWyQP++KbM/Do=";
+    version = "8.0";
+    url = "https://dl.winehq.org/wine/source/8.0/wine-${version}.tar.xz";
+    sha256 = "sha256-AnLCCTj4chrkUQr6qLNgN0V91XZh5NZkIxB5uekceS4=";
     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;
-    sha256 = "sha256-08hWoc+jxSI28DkwK62LMSHGgpSpi1WjTvJsSltj8FU=";
+    sha256 = "sha256-AZVDcwgnF8m+h/jyWSMCLOAWN34sqnhTu2HnJoNyCYc=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";
@@ -115,12 +115,12 @@ in rec {
 
   wayland = fetchFromGitLab rec {
     # https://gitlab.collabora.com/alf/wine/-/tree/wayland
-    version = "7.22";
-    sha256 = "sha256-jg36b7rsqIgCFLN2vDBUipe/+uIln07GlFn8zvm0N9Y=";
+    version = "8.0";
+    sha256 = "sha256-whRnm21UyKZ4AQufNmctzivISVobnCeidmpYz65vlyk=";
     domain = "gitlab.collabora.com";
     owner = "alf";
     repo = "wine";
-    rev = "20d86f34a066657048610803e7143232efa6c0d3";
+    rev = "2f80bd757739f2dd8da41abceae6b87d2c568152";
 
     inherit (unstable) gecko32 gecko64;