fanbox-dl: 0.27.4 -> 0.28.0

This commit is contained in:
R. Ryantm
2025-09-11 15:51:56 +00:00
parent ce43b94ad4
commit d6a72800ce
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "fanbox-dl";
version = "0.27.4";
version = "0.28.0";
src = fetchFromGitHub {
owner = "hareku";
repo = "fanbox-dl";
rev = "v${version}";
hash = "sha256-zccTxLEbKAErgVVaL+CPYD9GCPCAjGYnOiyGBGDmSzg=";
hash = "sha256-yrSA9CavQgu89hl+x578geC35KvamfAPOSg33woVI8w=";
};
vendorHash = "sha256-BZebo50HEKIk1z0LJg8kE1adovyAk67L6jsiaNcpeDY=";
vendorHash = "sha256-uhNitrJeFuFG2XyQrc1JBbExoU6Ln6AFRO2Bgb1+N5M=";
# pings websites during testing
doCheck = false;