authentik-outposts.radius 2024.6.1 -> 2024.6.3 https://github.com/goauthentik/authentik/releases attrpath: authentik-outposts.radius Checking auto update branch... No auto update branch exists Old version 2024.6.1" not present in master derivation file with contents: { buildGoModule, authentik }: buildGoModule { pname = "authentik-radius-outpost"; inherit (authentik) version src; vendorHash = "sha256-hxtyXyCfVemsjYQeo//gd68x4QO/4Vcww8i2ocsUVW8="; CGO_ENABLED = 0; subPackages = [ "cmd/radius" ]; meta = authentik.meta // { description = "Authentik radius outpost which is used for the external radius API"; homepage = "https://goauthentik.io/docs/providers/radius/"; mainProgram = "radius"; }; }