forked from mirrors/nixpkgs
dex-oidc: 2.34.0 -> 2.35.1 (#194242)
This commit is contained in:
parent
f65793f87c
commit
5d533d4aaf
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue