about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-09-25 11:57:20 +0900
committerGitHub <noreply@github.com>2024-09-25 11:57:20 +0900
commit917018452cd51171a452320e8d395605ba05f914 (patch)
treec25683044528514ce4b0698c5ffcef723fa3f7e2 /pkgs/tools
parent186335656ca8b57a884cb7dc943902c9105ebe43 (diff)
parent735208853bce9832f9c3f04ae18b6466eea05843 (diff)
muffet: 2.10.2 -> 2.10.3 (#342084)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/muffet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/muffet/default.nix b/pkgs/tools/networking/muffet/default.nix
index 070c7fabc1a6d..35cbdfa6bc719 100644
--- a/pkgs/tools/networking/muffet/default.nix
+++ b/pkgs/tools/networking/muffet/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "muffet";
-  version = "2.10.2";
+  version = "2.10.3";
 
   src = fetchFromGitHub {
     owner = "raviqqe";
     repo = "muffet";
     rev = "v${version}";
-    hash = "sha256-v4qyVaeqSSG9cmkSGeweZIVv3Dgk/mHHvUpA0Cbio3c=";
+    hash = "sha256-+g8DXvNWs7tqgxeZl7FWudbZRRx9N4/Cb6jQkuxnI98=";
   };
 
-  vendorHash = "sha256-UJsncAKtjgF0dn7xAJQdKD8YEIwtFcpYJVWG9b66KRU=";
+  vendorHash = "sha256-JMQgDG0MQuDJBrcz7uf872bXkz4BM+bC1v/GhkuxeYU=";
 
   meta = with lib; {
     description = "Website link checker which scrapes and inspects all pages in a website recursively";