Unverified Commit d9453876 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270115 from r-ryantm/auto-update/muffet

muffet: 2.9.2 -> 2.9.3
parents 5456cf35 e921fd7f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "muffet";
  version = "2.9.2";
  version = "2.9.3";

  src = fetchFromGitHub {
    owner = "raviqqe";
    repo = "muffet";
    rev = "v${version}";
    hash = "sha256-M+yId2cNTO1n+E0UmMJK7aLmeDdXnI3McqTxL5EvB+A=";
    hash = "sha256-w9PoKGxZdP/sKdlTlnWBMqDPDLUvcYubkCyNHUm3AAc=";
  };

  vendorHash = "sha256-NTQlhLlSPh9+Il08T9I2qc+BqIo9RniOFG9Dgeez1QA=";
  vendorHash = "sha256-2an4xj1gqQqj9NrSdTAss7hn6SiWoiq3RQ2xxUlSuaE=";

  meta = with lib; {
    description = "A website link checker which scrapes and inspects all pages in a website recursively";