Merge pull request #324576 from r-ryantm/auto-update/fanbox-dl

fanbox-dl: 0.20.0 -> 0.21.1
This commit is contained in:
Nick Cao 2024-07-04 14:06:58 -04:00 committed by GitHub
commit 0f266dddea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "fanbox-dl"; pname = "fanbox-dl";
version = "0.20.0"; version = "0.21.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hareku"; owner = "hareku";
repo = "fanbox-dl"; repo = "fanbox-dl";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-OC0buWQlb9sb4SXokOpeUHcQKMLeYN3ZVQGXtoiIMVM="; hash = "sha256-ncxL0qTEsAgfA6jJoat1WnOylg91PaG/fhcy3NrFxhA=";
}; };
vendorHash = "sha256-qsdFfAgA72T3iOZRJdteo6T92lGi3yzcKcxj837YnG4="; vendorHash = "sha256-GD5uxa5XWhlHHBztTpDKCTSym2pdkr/or6aGl9qF29U=";
# pings websites during testing # pings websites during testing
doCheck = false; doCheck = false;