summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2013-01-07 01:35:58 +0400
committerMichael Raskin <7c6f434c@mail.ru>2013-01-07 01:35:58 +0400
commit029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6 (patch)
treef2e1aa5ca74e66ed7dc485aca943ca378697865e
parent6e482a673d78cbb34055f28f7921182843a3d824 (diff)
downloadnixpkgs-029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6.tar
nixpkgs-029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6.tar.gz
nixpkgs-029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6.tar.bz2
nixpkgs-029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6.tar.lz
nixpkgs-029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6.tar.xz
nixpkgs-029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6.tar.zst
nixpkgs-029d4fd1dbf4af006e6b6d9fc20ed8a4ad4bd2f6.zip
Wine: Update to 1.5.21
-rw-r--r--pkgs/misc/emulators/wine/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/wine/default.nix b/pkgs/misc/emulators/wine/default.nix
index 401c9da575b..f4968158dd2 100644
--- a/pkgs/misc/emulators/wine/default.nix
+++ b/pkgs/misc/emulators/wine/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://sourceforge/wine/${name}.tar.bz2";
-    sha256 = "0c14paj2j3sswl6mpjjmy9bxnpijk095ks58x9dsycx9c8x0gqvm";
+    sha256 = "0l5kr3iq1lkv3gcw8ljzfjcfnsh9b5crdd4i0dzwdk1i3bfw2xxc";
   };
 
   gecko = fetchurl {
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = {
-    version = "1.5.20";
+    version = "1.5.21";
     homepage = "http://www.winehq.org/";
     license = "LGPL";
     description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";