mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
nginx-sso: 0.24.0 -> 0.24.1
This commit is contained in:
parent
39247f8d04
commit
0e087981ec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "nginx-sso";
|
pname = "nginx-sso";
|
||||||
version = "0.24.0";
|
version = "0.24.1";
|
||||||
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 = "0jkmd1hdr40i1wd3001ixjv1nminsxmwhvnhcgfqcdn5gnaradwn";
|
sha256 = "1wij0a5ban2l6ahfra4n4dji7i5ndkqk1mgrblwm2ski7bl8yszx";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user