about summary refs log tree commit diff
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2023-12-11 16:35:24 +0000
committerGitHub <noreply@github.com>2023-12-11 16:35:24 +0000
commita9bf124c46ef298113270b1f84a164865987a91c (patch)
treed59d86433b4858fadc8b46c94ec9f69f57ad1286
parent3cb0c317d092855e3618d5dfe492b48201adb981 (diff)
parentd3d9c1c6b1710d6418eee324fa5023f08909e685 (diff)
downloadnixlib-a9bf124c46ef298113270b1f84a164865987a91c.tar
nixlib-a9bf124c46ef298113270b1f84a164865987a91c.tar.gz
nixlib-a9bf124c46ef298113270b1f84a164865987a91c.tar.bz2
nixlib-a9bf124c46ef298113270b1f84a164865987a91c.tar.lz
nixlib-a9bf124c46ef298113270b1f84a164865987a91c.tar.xz
nixlib-a9bf124c46ef298113270b1f84a164865987a91c.tar.zst
nixlib-a9bf124c46ef298113270b1f84a164865987a91c.zip
Merge pull request #273232 from SuperSamus/wine-update
winePackages.{unstable,staging}: 8.20 -> 9.0-rc1
-rw-r--r--pkgs/applications/emulators/wine/sources.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix
index 1bd1d6a8214d..d8a154a167f0 100644
--- a/pkgs/applications/emulators/wine/sources.nix
+++ b/pkgs/applications/emulators/wine/sources.nix
@@ -69,9 +69,9 @@ in rec {
 
   unstable = fetchurl rec {
     # NOTE: Don't forget to change the hash for staging as well.
-    version = "8.20";
-    url = "https://dl.winehq.org/wine/source/8.x/wine-${version}.tar.xz";
-    hash = "sha256-SNa3a9ZDBaICBX+8GdkiwfSWJfbRqYJZJ8ChhXJzmYI=";
+    version = "9.0-rc1";
+    url = "https://dl.winehq.org/wine/source/9.0/wine-${version}.tar.xz";
+    hash = "sha256-GDd3V74ffxeGzopWqET2ZXKIH/z3RcC0yjTwmmDi8zA=";
     inherit (stable) patches;
 
     ## see http://wiki.winehq.org/Gecko
@@ -116,8 +116,8 @@ in rec {
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
-    version = "8.20";
-    hash = "sha256-CiWTXjUR1+GY+MO7djHfVUH71zSo3lpH9IaqS5zCeJ8=";
+    inherit (unstable) version;
+    hash = "sha256-jjy4r9VEJsU7FJ7RmE8+cgHTAkZVGruNUD5hzmGSB8c=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";