1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

cariddi: 1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2021-10-29 06:03:20 +00:00
parent 842a0d94cb
commit 47ffc5bd57

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "cariddi";
version = "1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "edoardottt";
repo = pname;
rev = "v${version}";
sha256 = "0cwkycydwndda11m1jszbxchpqabrgspj17y2aj3y3m2x446h27z";
sha256 = "sha256-5FXHJvHrfmttesgI6IE3+AedLXf1skWV12+WjbR4Xy8=";
};
vendorSha256 = "0rmiya517i9s4l9nxzwly5vq8cqhhpq66rc7y4sapyaihx20ai3r";
vendorSha256 = "sha256-ZIlOPOrAWdwHwgUR/9eBEXaIcNfWh7yEQ/c9iE8sLiY=";
meta = with lib; {
description = "Crawler for URLs and endpoints";