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

This commit is contained in:
Franz Pletz 2022-03-15 14:00:59 +01:00 committed by GitHub
commit 46521d673c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
pname = "janus-gateway";
version = "0.11.8";
version = "1.0.0";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-otTIDwcbF8Rcas048Vkn30v39GYIYbAIY72ipJhIwC4=";
sha256 = "sha256-BREPSDmGR85kDx1PWLdwpbwImAFuctLLx3AcHqAcURk=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];