summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2023-01-26 09:00:32 +0100
committerStefan Frijters <sfrijters@gmail.com>2023-02-03 23:06:34 +0100
commitdaf0b1129703fb12b5a28d744b7e88074e9e57b8 (patch)
tree66d9230e14312804d880b996d3f107c45503fe62 /pkgs
parentc8a6c65d97ac5c22681bbf96bd6a136527e640b1 (diff)
downloadnixpkgs-daf0b1129703fb12b5a28d744b7e88074e9e57b8.tar
nixpkgs-daf0b1129703fb12b5a28d744b7e88074e9e57b8.tar.gz
nixpkgs-daf0b1129703fb12b5a28d744b7e88074e9e57b8.tar.bz2
nixpkgs-daf0b1129703fb12b5a28d744b7e88074e9e57b8.tar.lz
nixpkgs-daf0b1129703fb12b5a28d744b7e88074e9e57b8.tar.xz
nixpkgs-daf0b1129703fb12b5a28d744b7e88074e9e57b8.tar.zst
nixpkgs-daf0b1129703fb12b5a28d744b7e88074e9e57b8.zip
winePackages.{unstable,staging,wayland}: 7.21 -> 7.22
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/emulators/wine/sources.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix
index adf561762ae..3374ecc66f5 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.21";
+    version = "7.22";
     url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
-    sha256 = "sha256-zFbstwHD5RwixIY7bOP4oXMyU0BXxtOTTr6ysELJcso=";
+    sha256 = "sha256-HyrDss32bEm/FFtD56PzDm2BdtCuSYBWyQP++KbM/Do=";
     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-u32UYkJKezPZkKar2IwFt8RDAyeixop1dhG8jQjsNpQ=";
+    sha256 = "sha256-08hWoc+jxSI28DkwK62LMSHGgpSpi1WjTvJsSltj8FU=";
     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.21";
-    sha256 = "sha256-Pv9+lWwjhYobdB0wtyU8VGixGFNasL3ZBKnYRXP6Lx4=";
+    version = "7.22";
+    sha256 = "sha256-jg36b7rsqIgCFLN2vDBUipe/+uIln07GlFn8zvm0N9Y=";
     domain = "gitlab.collabora.com";
     owner = "alf";
     repo = "wine";
-    rev = "053ee2d23d825f800baa16e455a218834aa2dec0";
+    rev = "20d86f34a066657048610803e7143232efa6c0d3";
 
     inherit (unstable) gecko32 gecko64;