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
385 B
Nix
Raw Normal View History

{ fetchFromGitHub }:
rec {
pname = "authelia";
2024-03-27 16:42:29 +00:00
version = "4.38.9";
src = fetchFromGitHub {
owner = "authelia";
repo = "authelia";
rev = "v${version}";
2024-03-27 16:42:29 +00:00
hash = "sha256-xhn8+eBf0pF1ujglIoBmj0E1+B3YngEESb/SZlR4Ugk=";
};
2024-03-27 16:42:29 +00:00
vendorHash = "sha256-ZdrtP8E65Xyx2Czdh1EvfofVWvBIwLmQ8/Tx3rSsIzs=";
pnpmDepsHash = "sha256-2kABLWeelTml1tcxcgWLHWv/SNqwGxJB+VExusnd+KI=";
}