summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@gmail.com>2023-09-30 12:01:47 +0200
committerMartino Fontana <tinozzo123@gmail.com>2023-09-30 12:02:32 +0200
commit66eebd56d33d22f405b06e17358b737fc0412f7f (patch)
tree74c7dd908358427bfd2f46a5ff904e4f0b9b7b1c
parent517501bcf14ae6ec47efd6a17dda0ca8e6d866f9 (diff)
downloadnixpkgs-66eebd56d33d22f405b06e17358b737fc0412f7f.tar
nixpkgs-66eebd56d33d22f405b06e17358b737fc0412f7f.tar.gz
nixpkgs-66eebd56d33d22f405b06e17358b737fc0412f7f.tar.bz2
nixpkgs-66eebd56d33d22f405b06e17358b737fc0412f7f.tar.lz
nixpkgs-66eebd56d33d22f405b06e17358b737fc0412f7f.tar.xz
nixpkgs-66eebd56d33d22f405b06e17358b737fc0412f7f.tar.zst
nixpkgs-66eebd56d33d22f405b06e17358b737fc0412f7f.zip
winePackages.{unstable,staging}: 8.14 -> 8.17
-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 aca98741755..ff3c8271a53 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.14";
+    version = "8.17";
     url = "https://dl.winehq.org/wine/source/8.x/wine-${version}.tar.xz";
-    hash = "sha256-4YNu9msYJfqdoEKDDASVsqw5SBVENkNGaXnuif3X+vQ=";
+    hash = "sha256-8BeFvTFix05l3rE6oK3XEeN8SERUcZvt0OjCsaNGm34=";
     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-ct/RGXt9B6F3PHbirX8K03AZ0Kunitd2HmI0N5k6VHI=";
+    hash = "sha256-8uxXyt3zu+LuFJbTQD+bv+Zmnzb18Dhlo3ign1lFT2s=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";