3
0
Fork 0
forked from mirrors/nixpkgs

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 {
pname = "janus-gateway";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2UlIpxixTl16VG6lgcfk+9LXSWn0jV1IfIkCeV/SO5w=";
sha256 = "sha256-kvaO2g4QF6LYZcxv39yXkwY9iZVenJio8oOlRLLH2Kk=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];