authelia: 4.38.10 -> 4.38.15 (#345542)

This commit is contained in:
h7x4
2024-10-01 19:45:27 +02:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
{ fetchFromGitHub }:
rec {
pname = "authelia";
version = "4.38.10";
version = "4.38.15";
src = fetchFromGitHub {
owner = "authelia";
repo = "authelia";
rev = "v${version}";
hash = "sha256-ugLOhFYpdio1XG0OXCWHY78wfRJOIDizY1Mvd4vfp18=";
hash = "sha256-brgA485sst/jXjdhKrhQilreCYBhESro9j/63g8qQg4=";
};
vendorHash = "sha256-0PkS+mqDPnb4OixWttIIUqX74qzW63OZP+DMMbuClHg=";
pnpmDepsHash = "sha256-K+9yeQGXhqbOS/zwPphYElAEmeYkQ6A9JKgkcaxHAw4=";
vendorHash = "sha256-kSuIyL+6ue8voTzHTfnAYr9q4hUzIv/lkRopGSFaLv8=";
pnpmDepsHash = "sha256-NAn7ExVmN6Sk2hOFHfBYvbNgXPQDhkFmvF1sZeTMomE=";
}
+3 -1
View File
@@ -3136,7 +3136,9 @@ with pkgs;
authenticator = callPackage ../applications/misc/authenticator { };
authelia = callPackage ../servers/authelia { pnpm = pnpm_9; };
authelia = callPackage ../servers/authelia {
buildGoModule = buildGo123Module;
};
authentik-outposts = recurseIntoAttrs (callPackages ../by-name/au/authentik/outposts.nix { });