Unverified Commit 522b1981 authored by oluceps's avatar oluceps Committed by oluceps
Browse files

dae: use nix-update-script

parent 659f95ed
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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";