cariddi: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 11:43:01 +10:00
parent 44e9b8f312
commit c4036eb41a
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildGoModule rec {
sha256 = "sha256-PXQljC9rwlxXQ96fII3EjD4NXu61EMkYvMWqkcJZ4vU=";
};
vendorSha256 = "sha256-yVfRjUlw90oUsbF2P6pW6FhMXok9ZwcKmAWyTFLI/cY=";
vendorSha256 = "sha256-zNUdglsfy6lEV54afCAoigxa3rR0qf/e3+B4PvVRIa4=";
meta = with lib; {
description = "Crawler for URLs and endpoints";

View file

@ -22243,7 +22243,9 @@ with pkgs;
cachefilesd = callPackage ../os-specific/linux/cachefilesd { };
cariddi = callPackage ../tools/security/cariddi { };
cariddi = callPackage ../tools/security/cariddi {
buildGoModule = buildGo117Module;
};
checkpolicy = callPackage ../os-specific/linux/checkpolicy { };