10 src = fetchFromGitHub {
14 sha256 = "0h5jzxm4fw50781zj76r5ksnxkzsnrygrykpa913v9nd24c09c7m";
17 vendorSha256 = "sha256-DZ2kcNV8AzNogAUTaeus4rz9gCFo0wm306jcz/cAj0M=";
19 subPackages = [ "cmd/norouter" ];
20 doInstallCheck = true;
21 installCheckPhase = ''
22 runHook preInstallCheck
24 $out/bin/norouter --version | grep ${version} > /dev/null
26 runHook postInstallCheck
30 description = "Tool to handle unprivileged networking by using multiple loopback addresses";
31 homepage = "https://github.com/norouter/norouter";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ blaggacao ];