muffet: 2.9.3 -> 2.10.0

This commit is contained in:
R. Ryantm 2024-02-28 12:21:53 +00:00
parent c955a45164
commit edf4c6561b

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "muffet";
version = "2.9.3";
version = "2.10.0";
src = fetchFromGitHub {
owner = "raviqqe";
repo = "muffet";
rev = "v${version}";
hash = "sha256-w9PoKGxZdP/sKdlTlnWBMqDPDLUvcYubkCyNHUm3AAc=";
hash = "sha256-kwEHabQYAaxC8nKewc5XHZnSvUSEQRw7qg0jtJoOw9g=";
};
vendorHash = "sha256-2an4xj1gqQqj9NrSdTAss7hn6SiWoiq3RQ2xxUlSuaE=";
vendorHash = "sha256-GNwyQHqyfuzKnNAv5gpZFmhSq+jIHdfeceLSD9UphdA=";
meta = with lib; {
description = "A website link checker which scrapes and inspects all pages in a website recursively";