summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-01-28 23:37:42 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-01-29 10:08:29 +0100
commitef8f074604eb696fcc52b2763f8503d2edb75dc2 (patch)
treed4c2c95db3008f7fa3399e73a79e9b579fdf75c6
parentedad608f56ab8cb2d74f2d34e7c0f625e706a5b1 (diff)
downloadnixlib-ef8f074604eb696fcc52b2763f8503d2edb75dc2.tar
nixlib-ef8f074604eb696fcc52b2763f8503d2edb75dc2.tar.gz
nixlib-ef8f074604eb696fcc52b2763f8503d2edb75dc2.tar.bz2
nixlib-ef8f074604eb696fcc52b2763f8503d2edb75dc2.tar.lz
nixlib-ef8f074604eb696fcc52b2763f8503d2edb75dc2.tar.xz
nixlib-ef8f074604eb696fcc52b2763f8503d2edb75dc2.tar.zst
nixlib-ef8f074604eb696fcc52b2763f8503d2edb75dc2.zip
smplayer: 15.11.0 -> 16.1.0
-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 13c654222275..0aa92c9af717 100644
--- a/pkgs/applications/video/smplayer/default.nix
+++ b/pkgs/applications/video/smplayer/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, qtscript }:
 
 stdenv.mkDerivation rec {
-  name = "smplayer-15.11.0";
+  name = "smplayer-16.1.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "1h8r5xjaq7p78raw1v29gsrcv221lzl8m2i2qls3khc65kx032cn";
+    sha256 = "1jfqpmbbjrs9lna44dp10zblj7b0cras9sb0nczycpkcsdi9np6j";
   };
 
   patches = [ ./basegui.cpp.patch ];