nixpkgs/pkgs/servers/authelia/sources.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
386 B
Nix
Raw Normal View History

{ fetchFromGitHub }:
rec {
pname = "authelia";
2024-09-30 16:14:16 +00:00
version = "4.38.15";
src = fetchFromGitHub {
owner = "authelia";
repo = "authelia";
rev = "v${version}";
2024-09-30 16:14:16 +00:00
hash = "sha256-brgA485sst/jXjdhKrhQilreCYBhESro9j/63g8qQg4=";
};
2024-09-30 16:14:16 +00:00
vendorHash = "sha256-kSuIyL+6ue8voTzHTfnAYr9q4hUzIv/lkRopGSFaLv8=";
2024-10-18 22:31:36 +00:00
pnpmDepsHash = "sha256-fufxoAL0z6bhRnBI4Gu61hBeUnyFYROmfResHJforfE=";
}