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

clipgrab: 3.8.11 -> 3.8.12
This commit is contained in:
Daniël de Kok
2020-06-18 17:58:44 +02:00
committed by GitHub

View File

@@ -5,10 +5,10 @@
mkDerivation rec {
pname = "clipgrab";
version = "3.8.11";
version = "3.8.12";
src = fetchurl {
sha256 = "0jpfdmyzjasq4x1xvk7b1cmhhq6fz6ydvvbwz2wclph367x496xk";
sha256 = "1nnph6sn4mpdj20hngwr57ripmdp60w3vrn89s8ssy7cjv500ngd";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "https://download.clipgrab.org/${pname}-${version}.tar.gz";
};