dex-oidc: 2.31.2 -> 2.32.0

This commit is contained in:
techknowlogick 2022-06-07 11:31:21 -04:00
parent c5c3959e53
commit b71c76b7ff

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dex";
version = "2.31.2";
version = "2.32.0";
src = fetchFromGitHub {
owner = "dexidp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x9U+LtcgVYODQoiTkFShdALFfrTIhingrJ43RpHbc78=";
sha256 = "sha256-7nuolUA4U99o+bM/pwwd2Q4GPpyxu8TpYRKkCK+b1aI=";
};
vendorSha256 = "sha256-l+/qjYokg5zHAFkKxtkdX49HqVW6kfz7OHqs6SRKDYg=";
vendorSha256 = "sha256-LXZ/QL2+Ty9oq4BXXWceO3+uyY1EOeU5jqVcakSaE94=";
subPackages = [
"cmd/dex"