dae: 0.7.4 -> 0.8.0 (#347962)

This commit is contained in:
Nick Cao 2024-10-12 14:37:10 -04:00 committed by GitHub
commit b3f649ec53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,21 +4,21 @@
fetchFromGitHub,
buildGoModule,
nixosTests,
gitUpdater,
nix-update-script,
}:
buildGoModule rec {
pname = "dae";
version = "0.7.4";
version = "0.8.0";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = "dae";
rev = "v${version}";
hash = "sha256-bJ/a/SCNCutQDbmxPp36SYY7qhji2XRv6awp7buZVc0=";
hash = "sha256-Vdh5acE5i/bJ8VXOm+9OqZQbxvqv4TS/t0DDfBs/K5g=";
fetchSubmodules = true;
};
vendorHash = "sha256-CVQTBJDwu7AYz6q0MnFPMINRShcnS1JOGqH+Ro4lIRo=";
vendorHash = "sha256-0Q+1cXUu4EH4qkGlK6BIpv4dCdtSKjb1RbLi5Xfjcew=";
proxyVendor = true;
@ -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";