lk-jwt-service: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2026-04-17 14:10:22 +00:00
parent 0f5401721a
commit 104714c92b
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "lk-jwt-service";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "element-hq";
repo = "lk-jwt-service";
tag = "v${finalAttrs.version}";
hash = "sha256-xL+fqWzaIP01gnJLQ+DRY7ak6DwsOnLqLM3DUGAqsVY=";
hash = "sha256-ThmQeXSzjpfPbgjvBITtracM4Hdx3gJbqhwk2OC7Y54=";
};
vendorHash = "sha256-DdZg2UHta/ivGmIPO0jK9Gz758kEK7nm4FOv1qx/AUk=";
vendorHash = "sha256-1D04GhXhGrOcRn8G+xY+3XEdgUBSWHis4DiKQ4gGNDw=";
passthru.tests = nixosTests.lk-jwt-service;