Merge pull request #81756 from r-ryantm/auto-update/clipgrab

clipgrab: 3.8.7 -> 3.8.11
This commit is contained in:
markuskowa 2020-03-07 16:06:18 +01:00 committed by GitHub
commit 2100306071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,10 @@
mkDerivation rec {
pname = "clipgrab";
version = "3.8.7";
version = "3.8.11";
src = fetchurl {
sha256 = "1mjkq487w168537qzw4pd010lp25vm1s2zji6cykcaa2cxcd6p7p";
sha256 = "0jpfdmyzjasq4x1xvk7b1cmhhq6fz6ydvvbwz2wclph367x496xk";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "https://download.clipgrab.org/${pname}-${version}.tar.gz";
};
@ -49,7 +49,7 @@ 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 = https://clipgrab.org/;
homepage = "https://clipgrab.org/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
};