janus-gateway: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm 2023-05-25 06:24:50 +00:00
parent 105037c7cf
commit 9091fb6ea3

View File

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "janus-gateway"; pname = "janus-gateway";
version = "1.1.3"; version = "1.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "meetecho"; owner = "meetecho";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-2UlIpxixTl16VG6lgcfk+9LXSWn0jV1IfIkCeV/SO5w="; sha256 = "sha256-kvaO2g4QF6LYZcxv39yXkwY9iZVenJio8oOlRLLH2Kk=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ]; nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];