clipgrab: 3.6.1 -> 3.6.2

This commit is contained in:
Franz Pletz 2017-01-26 03:17:26 +01:00
parent d14c7bf046
commit a8a5d3dcf8
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "clipgrab-${version}"; name = "clipgrab-${version}";
version = "3.6.1"; version = "3.6.2";
src = fetchurl { src = fetchurl {
sha256 = "1pmsnb9yfyadp8kzxldw09wmv2r0wmg9yza9ariqc27jz1j3kpsc"; sha256 = "0n7bhwkzknjpp54h54hxv1s8nsmmb7cwwf1aqpbcsnd7y6cv28nm";
# 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/${name}.tar.gz"; url = "https://download.clipgrab.org/${name}.tar.gz";
}; };