gortr: use nix-update-script (#358501)

This commit is contained in:
Masum Reza
2024-11-23 22:39:10 +05:30
committed by GitHub
+3
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
@@ -23,6 +24,8 @@ buildGoModule rec {
"-X=main.version=${version}"
];
passthru.updateScript = nix-update-script { };
meta = {
description = "RPKI-to-Router server used at Cloudflare";
homepage = "https://github.com/cloudflare/gortr/";