nginx-sso: 0.23.0 -> 0.24.0

This commit is contained in:
Bruno Bigras 2020-01-14 23:44:05 -05:00
parent 6f545410b5
commit 9bb921b079

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "nginx-sso"; pname = "nginx-sso";
version = "0.23.0"; version = "0.24.0";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/Luzifer/nginx-sso"; goPackagePath = "github.com/Luzifer/nginx-sso";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev; inherit rev;
owner = "Luzifer"; owner = "Luzifer";
repo = "nginx-sso"; repo = "nginx-sso";
sha256 = "1wfk56xnjbx7cwrryrl3jy8zw7sz8akq55nsxiq2i6h3vafy4yaz"; sha256 = "0jkmd1hdr40i1wd3001ixjv1nminsxmwhvnhcgfqcdn5gnaradwn";
}; };
postInstall = '' postInstall = ''