clipgrab: 3.9.6 -> 3.9.7

This commit is contained in:
R. Ryantm 2021-12-11 13:57:17 +00:00
parent 9f329731b5
commit 19c175281f

View File

@ -5,10 +5,10 @@
mkDerivation rec {
pname = "clipgrab";
version = "3.9.6";
version = "3.9.7";
src = fetchurl {
sha256 = "sha256-1rQu2Gh9PKSbC0tuQxLwFhzy280z4obpa+eXvDBzDW0=";
sha256 = "sha256-9H8raJd6MyyFICY8WUZQGLJ4teKPJUiQfqbu1HWAVIw=";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "https://download.clipgrab.org/${pname}-${version}.tar.gz";
};