cariddi: update vendorSha256
This commit is contained in:
parent
44e9b8f312
commit
c4036eb41a
@ -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";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user