dae: use nix-update-script

This commit is contained in:
oluceps
2024-10-12 01:47:45 +08:00
committed by oluceps
parent 659f95ed9e
commit 522b1981eb
+2 -4
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
buildGoModule,
nixosTests,
gitUpdater,
nix-update-script,
}:
buildGoModule rec {
pname = "dae";
@@ -52,9 +52,7 @@ buildGoModule rec {
inherit (nixosTests) dae;
};
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Linux high-performance transparent proxy solution based on eBPF";