about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-01-22 09:06:05 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-01-22 09:06:05 +0100
commit2d22013ee7733e4798ffd6c6bce387f5ee646216 (patch)
treea8f15dc123998d8144ec64b677b37da8910e4cd7 /pkgs/applications/video
parent9bf9d5b9ad8508d074971c80cedf345bd248e5b7 (diff)
downloadnixlib-2d22013ee7733e4798ffd6c6bce387f5ee646216.tar
nixlib-2d22013ee7733e4798ffd6c6bce387f5ee646216.tar.gz
nixlib-2d22013ee7733e4798ffd6c6bce387f5ee646216.tar.bz2
nixlib-2d22013ee7733e4798ffd6c6bce387f5ee646216.tar.lz
nixlib-2d22013ee7733e4798ffd6c6bce387f5ee646216.tar.xz
nixlib-2d22013ee7733e4798ffd6c6bce387f5ee646216.tar.zst
nixlib-2d22013ee7733e4798ffd6c6bce387f5ee646216.zip
smtube: update from 14.12.0 to 15.1.0
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/smtube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/smtube/default.nix b/pkgs/applications/video/smtube/default.nix
index f8144b8b8274..128227d8765d 100644
--- a/pkgs/applications/video/smtube/default.nix
+++ b/pkgs/applications/video/smtube/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl, qt4 }:
 
 stdenv.mkDerivation rec {
-  name = "smtube-14.12.0";
+  name = "smtube-15.1.0";
   src = fetchurl {
     url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "1q3gh0yv1lz63prllrjqzkj15x84lcxl2bwpy96iq5n89lf6i2kw";
+    sha256 = "0l87afj1fwhq8lnhv0djqdc8fy0kvs4q4jrvyiz46ifq7q10qyaf";
   };
 
   buildInputs = [ qt4 ];