authentik: fix goserver module ref

This commit is contained in:
Luke Granger-Brown 2025-03-11 18:52:25 +00:00
parent 5779279e1c
commit 37624810a7

View file

@ -4,7 +4,7 @@ pkgs.buildGoModule {
pname = "authentik-server";
inherit src version;
vendorHash = "sha256-TsXVpB0azs0MusWhIlvKZWP6z/MEadop8FmsFZsWMhY=";
vendorHash = "sha256-B5oACR1aLuKVcVIPadIm1wS7J0PSluTqdvulWiHDsXg=";
subPackages = "cmd/server";
postPatch = ''