clipgrab: 3.8.2 -> 3.8.3

This commit is contained in:
MarcFontaine 2019-06-27 22:07:21 +02:00 committed by worldofpeace
parent 5366173614
commit 17fafbb531

View File

@ -5,10 +5,10 @@
stdenv.mkDerivation rec {
name = "clipgrab-${version}";
version = "3.8.2";
version = "3.8.3";
src = fetchurl {
sha256 = "0dhiv1mldp5f555im6mkjxdh6iivn1hnx2xdaqa6wxzsrwrvv5dd";
sha256 = "1v8vvlqgjqy3gyzwaz9iq0m4fwlkimy5gzg6z3bqwp61p9zzw0zf";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "https://download.clipgrab.org/${name}.tar.gz";
};