clipgrab: 3.8.3 -> 3.8.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipgrab/versions
This commit is contained in:
R. RyanTM 2019-08-17 15:34:15 -07:00
parent a2bd8da766
commit 2784331d15

View File

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