fanbox-dl: 0.21.1 -> 0.22.1

This commit is contained in:
R. Ryantm 2024-07-24 09:07:31 +00:00
parent 75fbe4cb75
commit c44014a401

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fanbox-dl";
version = "0.21.1";
version = "0.22.1";
src = fetchFromGitHub {
owner = "hareku";
repo = "fanbox-dl";
rev = "v${version}";
hash = "sha256-ncxL0qTEsAgfA6jJoat1WnOylg91PaG/fhcy3NrFxhA=";
hash = "sha256-wMFxAi4ENFFdMwHpgfOp/FRF6h2p91NS94FAjH/C2ww=";
};
vendorHash = "sha256-GD5uxa5XWhlHHBztTpDKCTSym2pdkr/or6aGl9qF29U=";