We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a7e0ce + 7bbc83c commit feba525Copy full SHA for feba525
pkgs/servers/authelia/sources.nix
@@ -1,14 +1,14 @@
1
{ fetchFromGitHub }:
2
rec {
3
pname = "authelia";
4
- version = "4.39.1";
+ version = "4.39.3";
5
6
src = fetchFromGitHub {
7
owner = "authelia";
8
repo = "authelia";
9
rev = "v${version}";
10
- hash = "sha256-Q/NGjJphuZ7MMnOSTAukzEg4iAQWc/VDFWs0jj4e0dY=";
+ hash = "sha256-HBkHN7c8O07b2ZI6R7KFvdBF5GWuYU6rmisxLMSH5EQ=";
11
};
12
- vendorHash = "sha256-FE4YABsWKhifVjdzJSnjWPesjuSe/hWDa6oTg8MZjo8=";
13
- pnpmDepsHash = "sha256-TJ/Uz7Q+mXfvZ/Zu12Pv1O8LKTzEPJ+Pa+3vrKghPks=";
+ vendorHash = "sha256-2wJvX6jAjU9iaFMIcC5Qm1agRMPv4fFfsCeTkvXSpYs=";
+ pnpmDepsHash = "sha256-uy6uKfZpsFEl2n6zOriRsKwlw3av1f0xBF/CwhWLJMU=";
14
}
0 commit comments