clipgrab: 3.8.2 -> 3.8.3
This commit is contained in:
parent
5366173614
commit
17fafbb531
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "clipgrab-${version}";
|
name = "clipgrab-${version}";
|
||||||
version = "3.8.2";
|
version = "3.8.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "0dhiv1mldp5f555im6mkjxdh6iivn1hnx2xdaqa6wxzsrwrvv5dd";
|
sha256 = "1v8vvlqgjqy3gyzwaz9iq0m4fwlkimy5gzg6z3bqwp61p9zzw0zf";
|
||||||
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
||||||
url = "https://download.clipgrab.org/${name}.tar.gz";
|
url = "https://download.clipgrab.org/${name}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue