about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2017-03-09 16:37:56 +0100
committerHerwig Hochleitner <herwig@bendlas.net>2017-03-22 01:09:07 +0100
commite9a1fc72e0fa9cdaf739bf46c8392178608c3907 (patch)
treef7010eee872e4156d08e0ace8f01e8f70c321f2e /pkgs/misc
parent7069b8938d3b9427db40c544131a39597e40a105 (diff)
downloadnixlib-e9a1fc72e0fa9cdaf739bf46c8392178608c3907.tar
nixlib-e9a1fc72e0fa9cdaf739bf46c8392178608c3907.tar.gz
nixlib-e9a1fc72e0fa9cdaf739bf46c8392178608c3907.tar.bz2
nixlib-e9a1fc72e0fa9cdaf739bf46c8392178608c3907.tar.lz
nixlib-e9a1fc72e0fa9cdaf739bf46c8392178608c3907.tar.xz
nixlib-e9a1fc72e0fa9cdaf739bf46c8392178608c3907.tar.zst
nixlib-e9a1fc72e0fa9cdaf739bf46c8392178608c3907.zip
wine: 2.2 -> 2.3
Diffstat (limited to 'pkgs/misc')
-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 355dc2c7c722..14fe7079813e 100644
--- a/pkgs/misc/emulators/wine/sources.nix
+++ b/pkgs/misc/emulators/wine/sources.nix
@@ -31,15 +31,15 @@ in rec {
   };
 
   unstable = fetchurl rec {
-    version = "2.2";
+    version = "2.3";
     url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
-    sha256 = "1x2ifxgm74vai7pd6l2f1yffzlzjjjs46rzjkv4ga1xav3hmgjv4";
+    sha256 = "0zh6kvs4d6d99x5qgxbb5jq2wilwzifhmib2nhq0g3ychxx5rjdg";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     inherit (unstable) version;
-    sha256 = "19nsixv1fqfp5s5m0g97bwgklj3m37iadbjm1d4csn6559nka7bh";
+    sha256 = "0lr0bfkfi8bgsrrif77363b7gyw5gccr00ggwcxrn1dzvf8asnpp";
     owner = "wine-compholio";
     repo = "wine-staging";
     rev = "v${version}";