dex-oidc: 2.17.0 -> 2.23.0

gstqt5
R. RyanTM 2020-06-15 19:44:30 +00:00 committed by Robert Scott
parent 03c2ba6d06
commit 31a4fd2c3b
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "dex";
version = "2.17.0";
version = "2.23.0";
src = fetchFromGitHub {
owner = "dexidp";
repo = pname;
rev = "v${version}";
sha256 = "1z94svpiwrs64m83gpfnniv0ac1fnmvywvl05f20ind1wlf8bvwn";
sha256 = "1fr5r7d0xwj0b69jhszyyif4yc4kiy7zpfcpf83zdy12mh8f96c8";
};
goPackagePath = "github.com/dexidp/dex";