lazytools: use sri hash

This commit is contained in:
Aaron Jheng 2023-09-03 18:02:32 +08:00
parent 0cde475562
commit f3171ea8bc
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -11,10 +11,10 @@ buildGoModule rec {
owner = "lazytools"; owner = "lazytools";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "139b850h1w0392k8jcgj22jscsl2l60b5kk0n8378b6g57ikmis0"; hash = "sha256-QMc64ynPLHQGsmDOsoChgmqmpRDyMYmmSAPwAEFBK40=";
}; };
vendorSha256 = "19hdaf7d6lvwrl5rc1srrjsjx57g25cy4lvw0vvs6j52impdk6ak"; vendorHash = "sha256-U5nZbo2iSKP3BnxT4lkR75QutcxZB5YLzXxT045TDaY=";
meta = with lib; { meta = with lib; {
description = "Dedicated SSH brute-forcing tool"; description = "Dedicated SSH brute-forcing tool";