Unverified Commit feba5253 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

authelia: 4.39.1 -> 4.39.3 (#406417)

parents 5a7e0cee 7bbc83ce
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ fetchFromGitHub }:
rec {
  pname = "authelia";
  version = "4.39.1";
  version = "4.39.3";

  src = fetchFromGitHub {
    owner = "authelia";
    repo = "authelia";
    rev = "v${version}";
    hash = "sha256-Q/NGjJphuZ7MMnOSTAukzEg4iAQWc/VDFWs0jj4e0dY=";
    hash = "sha256-HBkHN7c8O07b2ZI6R7KFvdBF5GWuYU6rmisxLMSH5EQ=";
  };
  vendorHash = "sha256-FE4YABsWKhifVjdzJSnjWPesjuSe/hWDa6oTg8MZjo8=";
  pnpmDepsHash = "sha256-TJ/Uz7Q+mXfvZ/Zu12Pv1O8LKTzEPJ+Pa+3vrKghPks=";
  vendorHash = "sha256-2wJvX6jAjU9iaFMIcC5Qm1agRMPv4fFfsCeTkvXSpYs=";
  pnpmDepsHash = "sha256-uy6uKfZpsFEl2n6zOriRsKwlw3av1f0xBF/CwhWLJMU=";
}