Merge pull request #225017 from r-ryantm/auto-update/cariddi

cariddi: 1.3.0 -> 1.3.1
This commit is contained in:
Fabian Affolter 2023-04-07 23:29:48 +02:00 committed by GitHub
commit 0aa6b78ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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