janus-gateway: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2024-04-03 00:26:14 +00:00
parent ce93557538
commit 20ffeac24a
1 changed files with 2 additions and 2 deletions

View File

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