1{ fetchFromGitHub }:
2rec {
3 pname = "authelia";
4 version = "4.39.4";
5
6 src = fetchFromGitHub {
7 owner = "authelia";
8 repo = "authelia";
9 rev = "v${version}";
10 hash = "sha256-OIf7Q84uWk2q+lTBQNHHO11QEl7FBGv2uNx+g2GNHE0=";
11 };
12 vendorHash = "sha256-Vndkts5e3NSdtTk3rVZSjfuGuafQ3eswoSLLFspXTIw=";
13 pnpmDepsHash = "sha256-hA9STLJbFw5pFHx2Wi3X6JFsTvHzCMFVS3HEJApQ9zM=";
14}