about summary refs log tree commit diff
path: root/pkgs/applications/video/smtube
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 02:23:05 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 02:23:05 -0800
commitf1bf0078b8c8a8d4c93fc11d2126288ee41ec044 (patch)
treeeb6b255174b31d8ea44912df798b1cd700b22811 /pkgs/applications/video/smtube
parentd208fa53ebb3bc04afaf1feb48abfcbb3cff5492 (diff)
smtube: 18.9.0 -> 18.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smtube/versions
Diffstat (limited to 'pkgs/applications/video/smtube')
-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 0188bb4784d65..c5dcec3872369 100644
--- a/pkgs/applications/video/smtube/default.nix
+++ b/pkgs/applications/video/smtube/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, qmake, qtscript, qtwebkit }:
 
 stdenv.mkDerivation rec {
-  version = "18.9.0";
+  version = "18.11.0";
   name = "smtube-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/smtube/SMTube/${version}/${name}.tar.bz2";
-    sha256 = "1211vqgmbrqr8mcsyawirmqkzq05g1xwigx6lswnyxd88x37w6fg";
+    sha256 = "0rda7mdsr0awhra9yrmsdzp2c4s6xx5nax107d1fydnk084pygqp";
   };
 
   makeFlags = [