about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-09 18:03:05 +0100
committerGitHub <noreply@github.com>2024-03-09 18:03:05 +0100
commit45e9bc6dd622f3b95c652475e9ffc1c1db91cc70 (patch)
tree05010800baaa977c4b5c0a1e271ac5a86e508f21 /pkgs/applications
parent938875f103fb486232aaef0e94840d14fdee42e5 (diff)
parent59322d8a3603ef35a0b5564b00109f4a6436923e (diff)
Merge pull request #294503 from r-ryantm/auto-update/wineWow64Packages.unstable
wineWow64Packages.unstable: 9.3 -> 9.4
Diffstat (limited to 'pkgs/applications')
-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 9d2189c230635..fb9b387a7b7ae 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.3";
+    version = "9.4";
     url = "https://dl.winehq.org/wine/source/9.x/wine-${version}.tar.xz";
-    hash = "sha256-FIsuNBR9H6FIQVY3xyPJn0N26SyE6QzB0OAK1O07F5M=";
+    hash = "sha256-xV/5lXYSVJuMfffN3HnXoA0ZFX0Fs3EUi/CNTd92jsY=";
     inherit (stable) patches;
 
     ## see http://wiki.winehq.org/Gecko
@@ -117,7 +117,7 @@ in rec {
   staging = fetchFromGitLab rec {
     # https://gitlab.winehq.org/wine/wine-staging
     inherit (unstable) version;
-    hash = "sha256-1k7HHcsosce5MX86IMiFrfjg0li4DuP0utjyal1Iwkc=";
+    hash = "sha256-wij0CeAL6V8dH4nRS+UVKZMBJlSNgzr9tG1860WSbrU=";
     domain = "gitlab.winehq.org";
     owner = "wine";
     repo = "wine-staging";