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:04:24 +0200
committerStefan Frijters <sfrijters@gmail.com>2022-08-14 13:04:28 +0200
commit22087c57e3a1b4d94a85b257cf0075cce9875a86 (patch)
treefb5f8c00fc6c2d249193cb42a94d9c452716bbde /pkgs/applications/emulators
parent0a59f0aecb5738127ea093d3dc2769b8a184d02f (diff)
wine{Unstable,Staging}: 7.14 -> 7.15
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 7b81c93a213fa..3d34cd8a06024 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.14";
+    version = "7.15";
     url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz";
-    sha256 = "sha256-XlvLpgon+32eYKZLaml/rW5vQ2tTgz28wjOWgq+Bps8=";
+    sha256 = "sha256-0auKGarm/mwIM8PYgqMkSKv6SihZDxRulUUOufWPuRw=";
     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-RV1Hu4H/s5lR3cJXO3uFjvU+Q/9ntiNLaT+2YKVATzc=";
+    sha256 = "sha256-JMig0EUgxdRwpeaxZcNQi+6xWHUg43bXB7jkm5skKC8=";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";