summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-18 00:26:48 +0200
committerGitHub <noreply@github.com>2021-08-18 00:26:48 +0200
commitca66fc916a05bf7192b2a3392d066e640e723328 (patch)
tree354719dd9deb68e04c53567ba66804a6e4e2948a
parentc99da90beb8e75e10cabe59df719d4e84c26e1da (diff)
parent60097c46d857b07f3ec7ae79d31370aed5389026 (diff)
Merge pull request #134137 from SFrijters/wine-6.15
wine{Unstable,Staging}: 6.14 -> 6.15
-rw-r--r--pkgs/misc/emulators/wine/sources.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix
index 7e278684cef4..59a24c106654 100644
--- a/pkgs/misc/emulators/wine/sources.nix
+++ b/pkgs/misc/emulators/wine/sources.nix
@@ -44,9 +44,9 @@ in rec {
unstable = fetchurl rec {
# NOTE: Don't forget to change the SHA256 for staging as well.
- version = "6.14";
+ version = "6.15";
url = "https://dl.winehq.org/wine/source/6.x/wine-${version}.tar.xz";
- sha256 = "sha256-ZLRxk5lDvAjjUQJ9tvvCRlwTllCjv/65Flf/DujCUgI=";
+ sha256 = "sha256-Yf1lo2WDKmK656eEKScMB2+yop8cf0YlldHzVDZRd5s=";
inherit (stable) gecko32 gecko64;
## see http://wiki.winehq.org/Mono
@@ -65,7 +65,7 @@ in rec {
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
- sha256 = "sha256-yzpRWNx/e3BDCh1dyf8VdjLgvu6yZ/CXre/cb1roaVs=";
+ sha256 = "sha256-zT77xmc2gD8xNSk19OPYVJB6nZmh+g6TYRhVW674RFI=";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";