File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
pkgs/by-name/lk/lk-jwt-service Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 66
77buildGoModule rec {
88 pname = "lk-jwt-service" ;
9- version = "0-unstable-2024-04-27 " ;
9+ version = "0.1.1 " ;
1010
1111 src = fetchFromGitHub {
1212 owner = "element-hq" ;
1313 repo = "lk-jwt-service" ;
14- rev = "4a295044a4d0bd2af4474bf6a8a14fd0596ecf9e " ;
15- hash = "sha256-dN4iJ8P0u5dbZ93mp/FumcvByP7EpQhOvR+Oe4COWXQ =" ;
14+ tag = "v ${ version } " ;
15+ hash = "sha256-RbfJdAhLz2wfTC17i533U25TIUtJEkHTgqJC2R+j1uM =" ;
1616 } ;
1717
18- vendorHash = "sha256-9qOApmmOW+N1L/9hj9tVy0hLIUI36WL2TGWUcM3ajeM=" ;
19-
20- postInstall = ''
21- mv $out/bin/ec-lms $out/bin/lk-jwt-service
22- '' ;
18+ vendorHash = "sha256-7wruthAqC9jVpAhPiIDdqAB51l38fLHEhl2QOaBJiL0=" ;
2319
2420 meta = with lib ; {
25- description = "Minimal service to provide LiveKit JWTs using Matrix OpenID Connect " ;
21+ description = "Minimal service to issue LiveKit JWTs for MatrixRTC " ;
2622 homepage = "https://github.com/element-hq/lk-jwt-service" ;
2723 license = licenses . agpl3Plus ;
2824 maintainers = with maintainers ; [ kilimnik ] ;
You can’t perform that action at this time.
0 commit comments