about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2022-09-10 11:29:34 +0200
committerStefan Frijters <sfrijters@gmail.com>2022-09-10 11:29:34 +0200
commit15812fffa00990a850301c64fbd4ee2a40791f60 (patch)
tree57c35005ff04f138188a537d98e7cdd4dc42c152 /pkgs/applications/emulators
parenteb2cceab1a97f5f39b597294b7927202497ed6c5 (diff)
wine{Unstable,Staging}: 7.15 -> 7.16
Diffstat (limited to 'pkgs/applications/emulators')
-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 3d34cd8a06024..4cb9cfa9207be 100644
--- a/pkgs/applications/emulators/wine/sources.nix
+++ b/pkgs/applications/emulators/wine/sources.nix
@@ -46,9 +46,9 @@ in rec {
 
   unstable = fetchurl rec {
     # NOTE: Don't forget to change the SHA256 for staging as well.
-    version = "7.15";
+    version = "7.16";
     url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
-    sha256 = "sha256-0auKGarm/mwIM8PYgqMkSKv6SihZDxRulUUOufWPuRw=";
+    sha256 = "sha256-tXI87T0eAynUp0H/jonN96C3uIOn+YO5VmSQdbo1Ptw=";
     inherit (stable) gecko32 gecko64 patches;
 
     mono = fetchurl rec {
@@ -61,7 +61,7 @@ in rec {
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "sha256-JMig0EUgxdRwpeaxZcNQi+6xWHUg43bXB7jkm5skKC8=";
+    sha256 = "sha256-fTArA1tZPIjiGjKxfFoFA7xLV1wzAiv4AXj716r4E+E=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";