gortr: use nix-update-script

This commit is contained in:
Steffen Vogel
2024-11-23 18:04:01 +01:00
parent 398f231c2c
commit 2416a0224f
+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/";