summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2018-09-09 02:00:18 +0300
committerAlexander V. Nikolaev <avn@avnik.info>2018-10-04 21:24:10 +0300
commitb839b25551c2a7469399a4dbe03b54dd9c17d45f (patch)
tree7ad69c078e6a7b4e7890230e4a4796113f26d1bd /pkgs/misc/emulators
parentc5d4957103801c04699bf2ce574af5e42f51dc8b (diff)
downloadnixpkgs-b839b25551c2a7469399a4dbe03b54dd9c17d45f.tar
nixpkgs-b839b25551c2a7469399a4dbe03b54dd9c17d45f.tar.gz
nixpkgs-b839b25551c2a7469399a4dbe03b54dd9c17d45f.tar.bz2
nixpkgs-b839b25551c2a7469399a4dbe03b54dd9c17d45f.tar.lz
nixpkgs-b839b25551c2a7469399a4dbe03b54dd9c17d45f.tar.xz
nixpkgs-b839b25551c2a7469399a4dbe03b54dd9c17d45f.tar.zst
nixpkgs-b839b25551c2a7469399a4dbe03b54dd9c17d45f.zip
wine: 3.14 -> 3.15
Diffstat (limited to 'pkgs/misc/emulators')
-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 1a257518e72..27f9d40277b 100644
--- a/pkgs/misc/emulators/wine/sources.nix
+++ b/pkgs/misc/emulators/wine/sources.nix
@@ -39,16 +39,16 @@ in rec {
 
   unstable = fetchurl rec {
     # NOTE: Don't forget to change the SHA256 for staging as well.
-    version = "3.14";
+    version = "3.15";
     url = "https://dl.winehq.org/wine/source/3.x/wine-${version}.tar.xz";
-    sha256 = "01dhn3a6k3dwnrbz4bxvszhh5sxwy6s89y459g805hjmq8s6d2a7";
+    sha256 = "07mmd8r70ciqrxzdg2m2mg34kcnb43dk9nw1ljm8jbcznsawv8ic";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-compholio/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "0h6gck0p92hin0m13q1hnlfnqs4vy474w66ppinvqms2zn3vibgi";
+    sha256 = "1rgbx4qnxaarkq5n8nvj57q0rhxcqbwm5897ws962fgxh6zymg9n";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";