about summary refs log tree commit diff
path: root/pkgs/applications/video/smplayer
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-01-21 19:46:07 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-01-21 19:56:06 +0100
commit1f0d5bfcf953f9602e70379e72f91ced206390b3 (patch)
tree1cd011d335a0e39d755403faf657791a336b61da /pkgs/applications/video/smplayer
parent6a039c6d78426599b78e832ed21dc2c9a1003bca (diff)
downloadnixlib-1f0d5bfcf953f9602e70379e72f91ced206390b3.tar
nixlib-1f0d5bfcf953f9602e70379e72f91ced206390b3.tar.gz
nixlib-1f0d5bfcf953f9602e70379e72f91ced206390b3.tar.bz2
nixlib-1f0d5bfcf953f9602e70379e72f91ced206390b3.tar.lz
nixlib-1f0d5bfcf953f9602e70379e72f91ced206390b3.tar.xz
nixlib-1f0d5bfcf953f9602e70379e72f91ced206390b3.tar.zst
nixlib-1f0d5bfcf953f9602e70379e72f91ced206390b3.zip
smplayer: 16.11.0 -> 17.1.0
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 118d416df054..0801dc8573d0 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, qmakeHook, qtscript }:
 
 stdenv.mkDerivation rec {
-  name = "smplayer-16.11.0";
+  name = "smplayer-17.1.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "0nhbr33p21qb7n6wry0nkavl5nfjzl5yylrhnxz0pyv69n5msfp5";
+    sha256 = "0wgw940gxf3gqh6xzxvz037ipvr1xcw86gf0myvpb4lkwqh5jds0";
   };
 
   buildInputs = [ qtscript ];