about summary refs log tree commit diff
path: root/pkgs/applications/video/smtube
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-05-30 16:38:09 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-05-31 19:03:43 +0200
commit9e68371f510fa87007b0c51ad3c58f12d7484030 (patch)
tree8ad0c7f6ce342bf2a3e62b28a9baf0c22fe69732 /pkgs/applications/video/smtube
parent3296b5e6b12b15d5bd298d684329cfdd7642e10a (diff)
smtube: update from 15.5.10 to 15.5.17
Diffstat (limited to 'pkgs/applications/video/smtube')
-rw-r--r--pkgs/applications/video/smtube/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/applications/video/smtube/default.nix b/pkgs/applications/video/smtube/default.nix
index 37cae1cd0ed1a..3180a9e632a18 100644
--- a/pkgs/applications/video/smtube/default.nix
+++ b/pkgs/applications/video/smtube/default.nix
@@ -1,11 +1,14 @@
 { stdenv, fetchurl, qt4 }:
 
 stdenv.mkDerivation rec {
-  name = "smtube-15.5.10";
+  versionMajor = "15.5";
+  versionMinor = "17";
+  version = "${versionMajor}.${versionMinor}";
+  name = "smtube-${version}";
 
   src = fetchurl {
-    url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
-    sha256 = "1if2b0h6snfmj5hnx4cs55zjbdvwagx95jv62f2jgh3m5gis0cbz";
+    url = "mirror://sourceforge/smtube/SMTube/${versionMajor}/${name}.tar.bz2";
+    sha256 = "0jbik41nb1b7381ybzblmmsl8b7ljl6a2zpn1dcg0cccjw5mnbyg";
   };
 
   makeFlags = [