Skip to content

Commit

Permalink
smtube: 16.1.0 -> 16.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jan 14, 2017
1 parent a04337d commit d535b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/smtube/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, qmakeHook, qtscript, qtwebkit }:

stdenv.mkDerivation rec {
version = "16.1.0";
version = "16.7.2";
name = "smtube-${version}";

src = fetchurl {
url = "mirror://sourceforge/smtube/SMTube/${version}/${name}.tar.bz2";
sha256 = "1yjn7gj5pfw8835gfazk29mhcvfh1dhfjqmbqln1ajxr89imjj4r";
sha256 = "0k64hc6grn4nlp739b0w5fznh0k9xx9qdwx6s7w3fb5m5pfkdrmm";
};

makeFlags = [
Expand Down

0 comments on commit d535b2d

Please sign in to comment.