Skip to content

Commit 3fd5d94

Browse files
committed
lk-jwt-service: 0-unstable-2024-04-27 -> 0.1.1
1 parent 8ff3eb7 commit 3fd5d94

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pkgs/by-name/lk/lk-jwt-service/package.nix

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,19 @@
66

77
buildGoModule 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 ];

0 commit comments

Comments
 (0)