clipgrab: 3.8.7 -> 3.8.11

This commit is contained in:
R. RyanTM 2020-03-04 19:47:19 +00:00
parent 79217339d2
commit deb059c390

View File

@ -5,10 +5,10 @@
mkDerivation rec { mkDerivation rec {
pname = "clipgrab"; pname = "clipgrab";
version = "3.8.7"; version = "3.8.11";
src = fetchurl { src = fetchurl {
sha256 = "1mjkq487w168537qzw4pd010lp25vm1s2zji6cykcaa2cxcd6p7p"; sha256 = "0jpfdmyzjasq4x1xvk7b1cmhhq6fz6ydvvbwz2wclph367x496xk";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz! # The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "https://download.clipgrab.org/${pname}-${version}.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 Dailymotion and many other online video sites. It converts downloaded
videos to MPEG4, MP3 or other formats in just one easy step. videos to MPEG4, MP3 or other formats in just one easy step.
''; '';
homepage = https://clipgrab.org/; homepage = "https://clipgrab.org/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };