Merge pull request #167716 from r-ryantm/auto-update/dex

dex-oidc: 2.31.0 -> 2.31.1
This commit is contained in:
Bobby Rong 2022-04-08 13:49:26 +08:00 committed by GitHub
commit 6785eac19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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