summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2020-08-06 19:04:51 +0300
committerJon <jonringer@users.noreply.github.com>2020-08-09 10:13:31 -0700
commit5ce323abf2122475a872b57903b7d13c79b6a2ee (patch)
treee3b599c88253bf29814598cdb893d9a1bddcda60 /pkgs/misc
parent2d918db274be8b12c86fa3452f3b6cf3fd8ab1e0 (diff)
downloadnixpkgs-5ce323abf2122475a872b57903b7d13c79b6a2ee.tar
nixpkgs-5ce323abf2122475a872b57903b7d13c79b6a2ee.tar.gz
nixpkgs-5ce323abf2122475a872b57903b7d13c79b6a2ee.tar.bz2
nixpkgs-5ce323abf2122475a872b57903b7d13c79b6a2ee.tar.lz
nixpkgs-5ce323abf2122475a872b57903b7d13c79b6a2ee.tar.xz
nixpkgs-5ce323abf2122475a872b57903b7d13c79b6a2ee.tar.zst
nixpkgs-5ce323abf2122475a872b57903b7d13c79b6a2ee.zip
wineUnstable: 5.13 -> 5.14
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 7453ca3b37c..f669c71c677 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 = "5.13";
+    version = "5.14";
     url = "https://dl.winehq.org/wine/source/5.x/wine-${version}.tar.xz";
-    sha256 = "0lh1bqr8xq1acz5d0cb50rvhw3h6h1vqprx5wlyrjhdg58f5qsn4";
+    sha256 = "1vy9gyvf05vkysgvp4kq4qd116nvif69di55x3dnf3p96wsn2hpl";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "0sw7790gsi3h08xgc8i1y282rk8xrdhqjlwpvbpvyw5zi0i95cvq";
+    sha256 = "0cvsasnidbg77dc2vjrw708rpy2jqdir9imqjcjppa4h1k8a2wcs";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";