Merge pull request #150075 from r-ryantm/auto-update/janus-gateway

janus-gateway: 0.11.3 -> 0.11.5
This commit is contained in:
Jörg Thalheim
2021-12-11 13:29:57 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
pname = "janus-gateway";
version = "0.11.3";
version = "0.11.5";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "15nadpz67w24f4wz8ya0kx0a1jc4wxv1kl0d5fr7kckkdyijh7gz";
sha256 = "sha256-+ojBVdglOTqdmWT8QPUzJRT7RgtXxEOLNC5GqP0vO6Y=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];