summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-04-11 01:43:59 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-11 10:43:59 +0200
commit03cf4bf6d0a7d3e9ec8428357685140f74a291c0 (patch)
treefc2511a83b0918f94b842a612b60a9e3c3ad0cf0 /pkgs/applications/video
parent241bfef3108a59074b8fd2099e6ae4f4f9834af5 (diff)
downloadnixpkgs-03cf4bf6d0a7d3e9ec8428357685140f74a291c0.tar
nixpkgs-03cf4bf6d0a7d3e9ec8428357685140f74a291c0.tar.gz
nixpkgs-03cf4bf6d0a7d3e9ec8428357685140f74a291c0.tar.bz2
nixpkgs-03cf4bf6d0a7d3e9ec8428357685140f74a291c0.tar.lz
nixpkgs-03cf4bf6d0a7d3e9ec8428357685140f74a291c0.tar.xz
nixpkgs-03cf4bf6d0a7d3e9ec8428357685140f74a291c0.tar.zst
nixpkgs-03cf4bf6d0a7d3e9ec8428357685140f74a291c0.zip
smtube: 18.1.0 -> 18.3.0 (#38700)
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 18.3.0 with grep in /nix/store/samlqqmdzqcfz0a31vfxhg4vhsj79f19-smtube-18.3.0
- directory tree listing: https://gist.github.com/e311aa1d900f0a6f815cf352c2f601a3
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 406d49c9939..32610d08f33 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.1.0";
+  version = "18.3.0";
   name = "smtube-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/smtube/SMTube/${version}/${name}.tar.bz2";
-    sha256 = "1sw2b89ricxfbmgbzsp9f89n0gwh9dbnii6lr9gcccs8djpp1ad1";
+    sha256 = "05r7xmzc7i95nwzgcn7p0kwlhybryf7f0dpadgdnbz6xinz9a0mb";
   };
 
   makeFlags = [