summary refs log tree commit diff
path: root/pkgs/applications/video/smplayer
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-02-15 11:01:03 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-02-16 13:31:13 +0100
commitc3380ce3b0ed9756ff6692eddccb36178f86da92 (patch)
tree2bfb117112149cccd9385835d13e17a9c31ecca4 /pkgs/applications/video/smplayer
parentf31d4b6adb636fac26c259b1161a6f5e912c090a (diff)
downloadnixpkgs-c3380ce3b0ed9756ff6692eddccb36178f86da92.tar
nixpkgs-c3380ce3b0ed9756ff6692eddccb36178f86da92.tar.gz
nixpkgs-c3380ce3b0ed9756ff6692eddccb36178f86da92.tar.bz2
nixpkgs-c3380ce3b0ed9756ff6692eddccb36178f86da92.tar.lz
nixpkgs-c3380ce3b0ed9756ff6692eddccb36178f86da92.tar.xz
nixpkgs-c3380ce3b0ed9756ff6692eddccb36178f86da92.tar.zst
nixpkgs-c3380ce3b0ed9756ff6692eddccb36178f86da92.zip
smplayer: update from 14.9.0 to 14.9.0.6690
Diffstat (limited to 'pkgs/applications/video/smplayer')
-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 4e4d7a3e4b5..22935064c4b 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-14.9.0";
+  name = "smplayer-14.9.0.6690";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "04yzgmdj9hm9v7ln49zm2aa1r9mm9q12pym4bvfww7yzsvnx96j2";
+    sha256 = "0nmw69kg8rqvl9icyx1r1v1pyxg6560363l0kyqyja18j79a3j2y";
   };
 
   patches = [ ./basegui.cpp.patch ];