dex-oidc: 2.36.0 -> 2.37.0

This commit is contained in:
R. Ryantm 2023-07-04 05:31:12 +00:00
parent c36301bcc0
commit 8d68d951af

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dex";
version = "2.36.0";
version = "2.37.0";
src = fetchFromGitHub {
owner = "dexidp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EIkK+X08FJKTFU4V19cGSH1yGesUfS7AibQ3zGUFyWI=";
sha256 = "sha256-2u9UHummUpPljTzPNCQfHwYVeWgDOGLcGx10aVHUAZM=";
};
vendorHash = "sha256-Rsz7UnBlZdPRTrq3nfFaSVwok8wLDtd6aT1sEK+++vg=";
vendorHash = "sha256-sSn3qpbo04DjyPD+Ogx9JUdJ/++fNYb0bAmudQjchQ0=";
subPackages = [
"cmd/dex"