6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-QejpyleugPWvr4p8JOMieswVtfQMGxtH+fb46mRLlH4=";
17 cargoHash = "sha256-d0JwxxI6Quyan2lgymxGpROKR757LEOUIgJcs5c9Kmc=";
20 description = "Very fast link checker for CI";
21 homepage = "https://github.com/untitaker/hyperlink";
22 license = licenses.mit;
24 mainProgram = "hyperlink";