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

janus-gateway: 1.2.1 -> 1.2.2
This commit is contained in:
Franz Pletz 2024-04-04 01:21:49 +02:00 committed by GitHub
commit 46a34101d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
pname = "janus-gateway";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Bqb4UO4R5CnV8+2OthGrEVORzH+k+zgzI4UsvwRHgk8=";
sha256 = "sha256-BS6ErS2Wi8pOy8oFmVnbujYPwClxX8e+GL4CcqvOL9E=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];