1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-YvuUgHHa8Egk+bbSI0SH0i3YrKWRbzjAckNG32RBRXw=";
14 vendorHash = "sha256-qNH71MPKOC0ld7xxppjZrHSTJ6t8E0LljM1OzT7pM9g=";
16 # Tests require network connection, but is not allowed by nix
20 description = "Run common networking tests against your site";
22 homepage = "https://github.com/ycd/dstp";
23 license = licenses.mit;
24 maintainers = with maintainers; [ jlesquembre ];