mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
clipgrab: 3.5.6 -> 3.6.0
This commit is contained in:
parent
cd72ee1a19
commit
0fa2f6757a
1 changed files with 5 additions and 5 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "clipgrab-${version}";
|
||||
version = "3.5.6";
|
||||
version = "3.6.0";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "0wm6hqaq6ydbvvd0fqkfydxd5h7gf4di7lvq63xgxl4z40jqc25n";
|
||||
sha256 = "1hvf4s6f2qc5z10p2q8mdyagx8dnwpsbrgg0is56hm1k80r58yj8";
|
||||
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
||||
url = "http://download.clipgrab.de/${name}.tar.gz";
|
||||
url = "https://download.clipgrab.org/${name}.tar.gz";
|
||||
};
|
||||
|
||||
buildInputs = [ ffmpeg qt4 ];
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
exec = name;
|
||||
icon = name;
|
||||
desktopName = "ClipGrab";
|
||||
comment = "A friendly downloader for YouTube and other sites";
|
||||
comment = meta.description;
|
||||
genericName = "Web video downloader";
|
||||
categories = "Qt;AudioVideo;Audio;Video";
|
||||
};
|
||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
Dailymotion and many other online video sites. It converts downloaded
|
||||
videos to MPEG4, MP3 or other formats in just one easy step.
|
||||
'';
|
||||
homepage = http://clipgrab.org/;
|
||||
homepage = https://clipgrab.org/;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
|
|
Loading…
Reference in a new issue