summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-08 13:53:04 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-08 13:53:04 +0200
commit645f11b13da59e6f7082572ad272db1d425b0cc6 (patch)
treeb99dca806236e46730f17191aed4edca8b07d22e /pkgs/applications
parent53e67781eccdc276b182997457989f69c6a355cb (diff)
downloadnixlib-645f11b13da59e6f7082572ad272db1d425b0cc6.tar
nixlib-645f11b13da59e6f7082572ad272db1d425b0cc6.tar.gz
nixlib-645f11b13da59e6f7082572ad272db1d425b0cc6.tar.bz2
nixlib-645f11b13da59e6f7082572ad272db1d425b0cc6.tar.lz
nixlib-645f11b13da59e6f7082572ad272db1d425b0cc6.tar.xz
nixlib-645f11b13da59e6f7082572ad272db1d425b0cc6.tar.zst
nixlib-645f11b13da59e6f7082572ad272db1d425b0cc6.zip
smplayer: 17.6.0 -> 17.7.0
Diffstat (limited to 'pkgs/applications')
-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 b7e4fe6b7c6d..ea5af4ab1186 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.6.0";
+  name = "smplayer-17.7.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "0kgrkn50sgr79jfj66p59wka17prnxibf7fbfpg5m0n95kdkr7rg";
+    sha256 = "1g35h8xqs2bdwjdibzgs1ab2z2lmwgj8h53a7vqydv3j3crxx9wk";
   };
 
   buildInputs = [ qtscript ];