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

janus-gateway: 1.2.0 -> 1.2.1
This commit is contained in:
Franz Pletz 2023-12-15 20:13:11 +01:00 committed by GitHub
commit 10ae76b1d8
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 = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YbY7wcd8YHcPo5w4n54gjOtepYLbboLsrLij7oYzhco=";
sha256 = "sha256-Bqb4UO4R5CnV8+2OthGrEVORzH+k+zgzI4UsvwRHgk8=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];