summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-09-09 14:45:26 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-09-09 14:45:26 +0200
commitb5c9a47b85ef5ff66b2d50ba6477edd509a5aa92 (patch)
tree7e04cb4b707ca07bea035c08732107eff97dab72 /pkgs
parent0d558049cf68e98108df67495e02b27fca0c357b (diff)
smplayer: 17.8.0 -> 17.9.0
Diffstat (limited to 'pkgs')
-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 7877d8ec27af..e7deccee0d9f 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, qmake, qtscript }:
stdenv.mkDerivation rec {
- name = "smplayer-17.8.0";
+ name = "smplayer-17.9.0";
src = fetchurl {
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
- sha256 = "0sm7zf7nvcjlx8fvzfnlrs7rr0c549j7r60j68lv898vp6yhwybh";
+ sha256 = "0s9856cmwl829d2xc2ycf97phpv4a2d39ybmnbhsrb07jq5hkw1a";
};
buildInputs = [ qtscript ];