janus-gateway: 1.2.3 -> 1.2.4

This commit is contained in:
Franz Pletz 2024-10-23 16:43:28 +02:00
parent ff111f8105
commit f3138af886
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -34,13 +34,13 @@ in
stdenv.mkDerivation rec {
pname = "janus-gateway";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3o9XxxTlWppq1mFgIUjstUFz6bT44mvBJa4FBgcc4Pc=";
sha256 = "sha256-oUX9PxiNdmrC03p+DAGkxD+mbi2jzuCgwlgd2JZ4Gwo=";
};
nativeBuildInputs = [