summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-06-21 08:09:07 +0200
committerGitHub <noreply@github.com>2017-06-21 08:09:07 +0200
commitbb65640784e5d0a7bc4261eb37cfb0ace0d3ed03 (patch)
tree35165fc516fe06077b334295d3e2f746c65bdae8
parentd04286be345c653a5b0f5ba377cabef76dec2afd (diff)
parent922d706e819f4363eae602c18c8a46f1011ef997 (diff)
downloadnixpkgs-bb65640784e5d0a7bc4261eb37cfb0ace0d3ed03.tar
nixpkgs-bb65640784e5d0a7bc4261eb37cfb0ace0d3ed03.tar.gz
nixpkgs-bb65640784e5d0a7bc4261eb37cfb0ace0d3ed03.tar.bz2
nixpkgs-bb65640784e5d0a7bc4261eb37cfb0ace0d3ed03.tar.lz
nixpkgs-bb65640784e5d0a7bc4261eb37cfb0ace0d3ed03.tar.xz
nixpkgs-bb65640784e5d0a7bc4261eb37cfb0ace0d3ed03.tar.zst
nixpkgs-bb65640784e5d0a7bc4261eb37cfb0ace0d3ed03.zip
Merge pull request #26728 from MP2E/wine-staging-update
wineStaging, wineUnstable: 2.7 -> 2.10
-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 e0db6285df8..7cb45b08a98 100644
--- a/pkgs/misc/emulators/wine/sources.nix
+++ b/pkgs/misc/emulators/wine/sources.nix
@@ -32,15 +32,15 @@ in rec {
 
   unstable = fetchurl rec {
     # NOTE: Don't forget to change the SHA256 for staging as well.
-    version = "2.7";
+    version = "2.10";
     url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
-    sha256 = "0k711vdn1h2x6ar20hpvb5b6zh21niy2n9s9mgvlag1iiq446np5";
+    sha256 = "0ygiaayi2mv6jl450d03i4x2gd2bg3mwk3s2pxas87g8sbzzg3a8";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     inherit (unstable) version;
-    sha256 = "0ipz160mpg9di47xin9whcq986nrbadmcvpdbwgrpwlxf63x4k63";
+    sha256 = "1i7lzr8w9w9hfa5djclp5n19plfgff6p1yhrs94a62jspf6c10sw";
     owner = "wine-compholio";
     repo = "wine-staging";
     rev = "v${version}";