Skip to content

Commit

Permalink
muffet: 2.10.6 -> 2.10.7 (NixOS#378107)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 30, 2025
2 parents be99221 + 0e27b05 commit fe42e56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mu/muffet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "muffet";
version = "2.10.6";
version = "2.10.7";

src = fetchFromGitHub {
owner = "raviqqe";
repo = "muffet";
rev = "v${version}";
hash = "sha256-9dra/LhtSIWN2pjNEJMITz/GzyWRtXTyQBqBxRhjARc=";
hash = "sha256-txIH3FqKQ6IWN19aABmLAJicmXi6NK7VpH6NDMtAGUE=";
};

vendorHash = "sha256-MYU8zgqI05oBep/dehs59S3JcrThrgLEzIgrIr/Tr4Y=";
vendorHash = "sha256-IbpTQdJ6OssyzwS2H4iNgJybC9rvvlW6UYkihNkBYOE=";

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

0 comments on commit fe42e56

Please sign in to comment.