about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-23 05:19:22 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-23 05:19:26 +0200
commitab32224e7b7d289d73b3a5ca047a6b067b7ed328 (patch)
tree20c3ebe37364898e87c30bed98f88e23a18b833e
parent751e111a87aed2f547dfed04e01922235472ca07 (diff)
smplayer: update from 0.8.5 to 0.8.6
-rw-r--r--pkgs/applications/video/smplayer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix
index ab48d74c00da5..8bd5b7c6160af 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, qt4 }:
 
 stdenv.mkDerivation rec {
-  name = "smplayer-0.8.5";
+  name = "smplayer-0.8.6";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "0vbfvaqg5c25vabq1mf9xg6kzgvxnpd0i172y1gjznnlpcw2fxrw";
+    sha256 = "1p70929j8prc4mgqxvsbcjxy8zwp4r9jk0mp0iddxl7vfyck74g0";
   };
 
   buildInputs = [ qt4 ];