Skip to content

Commit 6555fba

Browse files
dex-oidc: 2.41.1 -> 2.42.0 (#383419)
1 parent 704e576 commit 6555fba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/de/dex-oidc/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
lib,
3-
buildGoModule,
3+
buildGo124Module,
44
fetchFromGitHub,
55
nixosTests,
66
testers,
77
dex-oidc,
88
}:
99

10-
buildGoModule rec {
10+
buildGo124Module rec {
1111
pname = "dex";
12-
version = "2.41.1";
12+
version = "2.42.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "dexidp";
1616
repo = pname;
1717
rev = "v${version}";
18-
sha256 = "sha256-sYTAW1S2fAAIZSFfsgYQ46TlkZHXUtbylSImBQz68DE=";
18+
sha256 = "sha256-FbjNOyECgf26+Z48YwF9uMN8C3zMRshD3VOjoRbA0ys=";
1919
};
2020

21-
vendorHash = "sha256-LPPYJRmei/K2zW7Mi6Y/AOvNoYQSIfXKF+qxjYTCDAc=";
21+
vendorHash = "sha256-D8UMrQcUntsXV1PFOk30NhmJ9f17M58D79VDdbybt7Q=";
2222

2323
subPackages = [
2424
"cmd/dex"

0 commit comments

Comments
 (0)