figsoda 2023-05-19 09:58:13 -04:00
parent 8a4c408a8e
commit 8ef16d70af

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "muffet"; pname = "muffet";
version = "2.8.0"; version = "2.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "raviqqe"; owner = "raviqqe";
repo = "muffet"; repo = "muffet";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-8+aOxrmLc0iM6uQ35Qtn+a8bzNS1zg1AM25hDylvAEQ="; hash = "sha256-SQtAT4vK1jLwwMha/HuJjh3BtDTdxV7BDgmwxlK+lqc=";
}; };
vendorHash = "sha256-BmaljudKwALbx8ECVOpXlEi+/3pOt6osRqHvn9Ek/MI="; vendorHash = "sha256-/qK4x44J2fDSXxGK3kczWY4NZVPPhRo4NMnyxV6W6CY=";
meta = with lib; { meta = with lib; {
description = "A website link checker which scrapes and inspects all pages in a website recursively"; description = "A website link checker which scrapes and inspects all pages in a website recursively";