about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@gmail.com>2024-01-29 15:01:16 +0100
committerMartino Fontana <tinozzo123@gmail.com>2024-02-10 19:00:23 +0100
commitc3c693491ca0572da6b1a80e8ac164e4d74eff4d (patch)
tree35967fe75cc314114c699c9c115ef8131be64bac
parent442d407992384ed9c0e6d352de75b69079904e4e (diff)
downloadnixlib-c3c693491ca0572da6b1a80e8ac164e4d74eff4d.tar
nixlib-c3c693491ca0572da6b1a80e8ac164e4d74eff4d.tar.gz
nixlib-c3c693491ca0572da6b1a80e8ac164e4d74eff4d.tar.bz2
nixlib-c3c693491ca0572da6b1a80e8ac164e4d74eff4d.tar.lz
nixlib-c3c693491ca0572da6b1a80e8ac164e4d74eff4d.tar.xz
nixlib-c3c693491ca0572da6b1a80e8ac164e4d74eff4d.tar.zst
nixlib-c3c693491ca0572da6b1a80e8ac164e4d74eff4d.zip
winePackages.{unstable,staging}: 9.0 -> 9.1
-rw-r--r--pkgs/applications/emulators/wine/sources.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/wine/sources.nix b/pkgs/applications/emulators/wine/sources.nix
index 8bae07a87e07..0b2d41bd2d28 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 = "9.0";
-    url = "https://dl.winehq.org/wine/source/9.0/wine-${version}.tar.xz";
-    hash = "sha256-fP0JClOV9bdtlbtd76yKMSyN5MBwwRY7i1jaODMMpu4=";
+    version = "9.1";
+    url = "https://dl.winehq.org/wine/source/9.x/wine-${version}.tar.xz";
+    hash = "sha256-AbO5G2/DXKvpOyjxkKI3upXIrHDENtkZWG3qo9olj/8=";
     inherit (stable) patches;
 
     ## see http://wiki.winehq.org/Gecko
@@ -117,7 +117,7 @@ in rec {
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    hash = "sha256-lE/95OZigifreaRRCPkvA+Z0FqsBmm018jD6leSysXU=";
+    hash = "sha256-Auf3aXPYxluAC2WZvieTcN0xjWp4GzEZqywadWNYPWM=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";