janus-gateway: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2024-06-23 04:34:07 +00:00
parent 47ea5bd487
commit 2b9b6a9192

View File

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
pname = "janus-gateway";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BS6ErS2Wi8pOy8oFmVnbujYPwClxX8e+GL4CcqvOL9E=";
sha256 = "sha256-3o9XxxTlWppq1mFgIUjstUFz6bT44mvBJa4FBgcc4Pc=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];