nginx-sso: 0.24.0 -> 0.24.1

This commit is contained in:
nyanloutre 2020-04-08 10:59:01 +02:00
parent 39247f8d04
commit 0e087981ec
No known key found for this signature in database
GPG key ID: 194A92D1103ACB2A

View file

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