fanbox-dl: 0.19.2 -> 0.20.0
This commit is contained in:
parent
c7408bdbfb
commit
e2c1807fd8
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fanbox-dl";
|
pname = "fanbox-dl";
|
||||||
version = "0.19.2";
|
version = "0.20.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hareku";
|
owner = "hareku";
|
||||||
repo = "fanbox-dl";
|
repo = "fanbox-dl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-puFFby6+e5FDWduETtI5Iflq9E65vJkg2gRdcUxpRKk=";
|
hash = "sha256-OC0buWQlb9sb4SXokOpeUHcQKMLeYN3ZVQGXtoiIMVM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-o1DFHwSpHtbuU8BFcrk18hPRJJkeoPkYnybIz22Blfk=";
|
vendorHash = "sha256-qsdFfAgA72T3iOZRJdteo6T92lGi3yzcKcxj837YnG4=";
|
||||||
|
|
||||||
# pings websites during testing
|
# pings websites during testing
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue