opnborg: add nix-update-script hook

This commit is contained in:
PAEPCKE, Michael
2025-03-17 11:41:49 +05:30
committed by Masum Reza
parent 6f7caa580d
commit 883d5139df
+3
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
pname = "opnborg";
@@ -21,6 +22,8 @@ buildGoModule rec {
"-w"
];
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/paepckehh/opnborg/releases/tag/v${version}";
homepage = "https://paepcke.de/opnborg";