about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2022-08-14 13:03:29 +0200
committerStefan Frijters <sfrijters@gmail.com>2022-08-14 13:03:29 +0200
commit0a59f0aecb5738127ea093d3dc2769b8a184d02f (patch)
tree52b5a36f3155de7df240f5f21800b5d84906566d /pkgs/applications/emulators
parentf374d2e577e07da89577e2ac097322bebd6b73f9 (diff)
wine{Unstable,Staging}: 7.13 -> 7.14
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 fbd318cb4a12a..7b81c93a213fa 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.13";
+    version = "7.14";
     url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
-    sha256 = "sha256-a/6+kz2qUJVprnmwv2ofG08H4b+K/Balm+4TdIuSymQ=";
+    sha256 = "sha256-XlvLpgon+32eYKZLaml/rW5vQ2tTgz28wjOWgq+Bps8=";
     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-U1awbhJRT3aAJstyEjv2Dp20FqyQ4ntnFFRYJb12C/U=";
+    sha256 = "sha256-RV1Hu4H/s5lR3cJXO3uFjvU+Q/9ntiNLaT+2YKVATzc=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";