Skip to content

Commit 747431c

Browse files
committed
smtube: 17.5.0 -> 18.1.0
1 parent 0fbb2f1 commit 747431c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/applications/video/smtube/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, qmake, qtscript, qtwebkit }:
22

33
stdenv.mkDerivation rec {
4-
version = "17.5.0";
4+
version = "18.1.0";
55
name = "smtube-${version}";
66

77
src = fetchurl {
88
url = "mirror://sourceforge/smtube/SMTube/${version}/${name}.tar.bz2";
9-
sha256 = "13m0ll18n1da8i4r4b7gn0jjz9dgrkkyk9mpfas4rgnjw92m5jld";
9+
sha256 = "1sw2b89ricxfbmgbzsp9f89n0gwh9dbnii6lr9gcccs8djpp1ad1";
1010
};
1111

1212
makeFlags = [

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16226,7 +16226,7 @@ with pkgs;
1622616226

1622716227
smplayer = libsForQt5.callPackage ../applications/video/smplayer { };
1622816228

16229-
smtube = libsForQt56.callPackage ../applications/video/smtube {};
16229+
smtube = libsForQt5.callPackage ../applications/video/smtube {};
1623016230

1623116231
sudolikeaboss = callPackage ../tools/security/sudolikeaboss { };
1623216232

0 commit comments

Comments
 (0)