dex-oidc: 2.31.0 -> 2.31.1

This commit is contained in:
R. Ryantm 2022-04-07 14:03:38 +00:00
parent a7bbda4271
commit 021be8c614

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dex"; pname = "dex";
version = "2.31.0"; version = "2.31.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dexidp"; owner = "dexidp";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tr7rs2ymHpMEtNwvLhgEzp94wO/k/oY814NS0N4ONsg="; sha256 = "sha256-4BmZpN3k1qDYLdkXm4AX73bX5hBiyLv0nVKYVwD/HCM=";
}; };
vendorSha256 = "sha256-l+/qjYokg5zHAFkKxtkdX49HqVW6kfz7OHqs6SRKDYg="; vendorSha256 = "sha256-l+/qjYokg5zHAFkKxtkdX49HqVW6kfz7OHqs6SRKDYg=";