repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
servers
/
authelia
/
sources.nix
blob
3405a035fe568477e44770a99e1025f435d7a6f0
1
{ fetchFromGitHub }:
2
rec {
3
pname = "authelia";
4
version = "4.37.5";
5
6
src = fetchFromGitHub {
7
owner = "authelia";
8
repo = "authelia";
9
rev = "v${version}";
10
hash = "sha256-xsdBnyPHFIimhp2rcudWqvVR36WN4vBXbxRmvgqMcDw=";
11
};
12
vendorHash = "sha256-mzGE/T/2TT4+7uc2axTqG3aeLMnt1r9Ya7Zj2jIkw/w=";
13
npmDepsHash = "sha256-MGs6UAxT5QZd8S3AO75mxuCb6U0UdRkGEjenOVj+Oqs=";
14
}