Unverified Commit 2f6e3993 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

authelia: 4.38.10 -> 4.38.15 (#345542)

parents 866b5e28 ccfbf10d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ 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
Original line number Diff line number Diff line
@@ -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 { });