1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

fanbox-dl: 0.17.0 -> 0.18.2

This commit is contained in:
R. Ryantm 2024-01-30 06:22:41 +00:00
parent 1000d29be1
commit b866901424

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fanbox-dl";
version = "0.17.0";
version = "0.18.2";
src = fetchFromGitHub {
owner = "hareku";
repo = "fanbox-dl";
rev = "v${version}";
hash = "sha256-Fwc8S48zCE5s66gNVhJi9Y45v7rKo9K9dYQoao33mDE=";
hash = "sha256-hHjkV/wv+UMO4pyWDyMio3XbiyM6M02eLcT2rauvh/A=";
};
vendorHash = "sha256-PsbPAwjqT2PP6DtrzHaQox1er/LAkiHPMVMLH4gmfpg=";
vendorHash = "sha256-o1DFHwSpHtbuU8BFcrk18hPRJJkeoPkYnybIz22Blfk=";
# pings websites during testing
doCheck = false;