forked from mirrors/nixpkgs
Merge pull request #92129 from r-ryantm/auto-update/clipgrab
clipgrab: 3.8.12 -> 3.8.13
This commit is contained in:
commit
bdac777bec
|
@ -5,10 +5,10 @@
|
|||
|
||||
mkDerivation rec {
|
||||
pname = "clipgrab";
|
||||
version = "3.8.12";
|
||||
version = "3.8.13";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "1nnph6sn4mpdj20hngwr57ripmdp60w3vrn89s8ssy7cjv500ngd";
|
||||
sha256 = "0ryaha33m41y0xjrspa838qqr4iy2c8vbvhbb334qimpqn1hj3q5";
|
||||
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
||||
url = "https://download.clipgrab.org/${pname}-${version}.tar.gz";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue