cariddi: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2023-04-06 16:57:29 +00:00
parent 101bc33b43
commit 65c79040d8

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "cariddi"; pname = "cariddi";
version = "1.3.0"; version = "1.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "edoardottt"; owner = "edoardottt";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-pO1FXlkaQveDIfMSWiLB9QvVxmFJixc/HHcEuhg5KmY="; hash = "sha256-zz9p35Wk5jwp5Cn4+FgJCwG2KKgBuOQsH4lJeAVhpCM=";
}; };
vendorHash = "sha256-zDKByBISZNRb4sMCrHKGlp4EBtifBfj92tygcaBH/Fc="; vendorHash = "sha256-s6aEq3LzCj9xzieLD1aC69KV3aeav+bQ5VUZ3TbFetw=";
meta = with lib; { meta = with lib; {
description = "Crawler for URLs and endpoints"; description = "Crawler for URLs and endpoints";