dex-oidc: 2.41.0 -> 2.41.1

This commit is contained in:
R. Ryantm 2024-08-12 16:49:28 +00:00
parent 2d8b5bc8b3
commit 9a5b549bfc

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dex";
version = "2.41.0";
version = "2.41.1";
src = fetchFromGitHub {
owner = "dexidp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sJYsImodetwBbyj2C5Skas6IuDDfuildbUb2QLL5Hek=";
sha256 = "sha256-sYTAW1S2fAAIZSFfsgYQ46TlkZHXUtbylSImBQz68DE=";
};
vendorHash = "sha256-LPPYJRmei/K2zW7Mi6Y/AOvNoYQSIfXKF+qxjYTCDAc=";