3
0
Fork 0
forked from mirrors/nixpkgs

dex-oidc: 2.34.0 -> 2.35.1 (#194242)

This commit is contained in:
techknowlogick 2022-10-06 18:40:17 -04:00 committed by GitHub
parent f65793f87c
commit 5d533d4aaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "dex"; pname = "dex";
version = "2.34.0"; version = "2.35.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dexidp"; owner = "dexidp";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-OML1DMIuFzoIyXtWxZW+lE/yU0B+7gx61v9CTb6MNmM="; sha256 = "sha256-TiFjJCf9FBvVK6I7/zMOGCwOeVDbAwHWaizcbGSeTwA=";
}; };
vendorSha256 = "sha256-qMkU4OQtoOYFF9vexZ+SH0E/4xo+WARIqQrbsMPm/C8="; vendorSha256 = "sha256-ZJ7SO0lCJcDDWdf9/ecltNhs+zbqMXHqthQszJBTt5s=";
subPackages = [ subPackages = [
"cmd/dex" "cmd/dex"