Loading pkgs/servers/gortr/default.nix→pkgs/by-name/go/gortr/package.nix +8 −7 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { Loading @@ -11,7 +12,7 @@ buildGoModule rec { owner = "cloudflare"; repo = pname; rev = "v${version}"; sha256 = "sha256-W6+zCLPcORGcRJF0F6/LRPap4SNVn/oKGs21T4nSNO0="; hash = "sha256-W6+zCLPcORGcRJF0F6/LRPap4SNVn/oKGs21T4nSNO0="; }; vendorHash = null; Loading @@ -22,10 +23,10 @@ buildGoModule rec { "-X=main.version=${version}" ]; meta = with lib; { meta = { description = "RPKI-to-Router server used at Cloudflare"; homepage = "https://github.com/cloudflare/gortr/"; license = licenses.bsd3; maintainers = [ ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ stv0g ]; }; } pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -38234,8 +38234,6 @@ with pkgs; sieveshell = with python3.pkgs; toPythonApplication managesieve; gortr = callPackage ../servers/gortr { }; stayrtr = callPackage ../servers/stayrtr { }; sunshine = callPackage ../servers/sunshine { }; Loading
pkgs/servers/gortr/default.nix→pkgs/by-name/go/gortr/package.nix +8 −7 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { Loading @@ -11,7 +12,7 @@ buildGoModule rec { owner = "cloudflare"; repo = pname; rev = "v${version}"; sha256 = "sha256-W6+zCLPcORGcRJF0F6/LRPap4SNVn/oKGs21T4nSNO0="; hash = "sha256-W6+zCLPcORGcRJF0F6/LRPap4SNVn/oKGs21T4nSNO0="; }; vendorHash = null; Loading @@ -22,10 +23,10 @@ buildGoModule rec { "-X=main.version=${version}" ]; meta = with lib; { meta = { description = "RPKI-to-Router server used at Cloudflare"; homepage = "https://github.com/cloudflare/gortr/"; license = licenses.bsd3; maintainers = [ ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ stv0g ]; }; }
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -38234,8 +38234,6 @@ with pkgs; sieveshell = with python3.pkgs; toPythonApplication managesieve; gortr = callPackage ../servers/gortr { }; stayrtr = callPackage ../servers/stayrtr { }; sunshine = callPackage ../servers/sunshine { };