Skip to content

Commit 7bbc83c

Browse files
committed
1 parent 53b40d0 commit 7bbc83c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/servers/authelia/sources.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ fetchFromGitHub }:
22
rec {
33
pname = "authelia";
4-
version = "4.39.1";
4+
version = "4.39.3";
55

66
src = fetchFromGitHub {
77
owner = "authelia";
88
repo = "authelia";
99
rev = "v${version}";
10-
hash = "sha256-Q/NGjJphuZ7MMnOSTAukzEg4iAQWc/VDFWs0jj4e0dY=";
10+
hash = "sha256-HBkHN7c8O07b2ZI6R7KFvdBF5GWuYU6rmisxLMSH5EQ=";
1111
};
12-
vendorHash = "sha256-FE4YABsWKhifVjdzJSnjWPesjuSe/hWDa6oTg8MZjo8=";
13-
pnpmDepsHash = "sha256-TJ/Uz7Q+mXfvZ/Zu12Pv1O8LKTzEPJ+Pa+3vrKghPks=";
12+
vendorHash = "sha256-2wJvX6jAjU9iaFMIcC5Qm1agRMPv4fFfsCeTkvXSpYs=";
13+
pnpmDepsHash = "sha256-uy6uKfZpsFEl2n6zOriRsKwlw3av1f0xBF/CwhWLJMU=";
1414
}

0 commit comments

Comments
 (0)