janus-gateway: 1.0.4 -> 1.1.0

This commit is contained in:
R. Ryantm 2022-10-14 05:08:00 +00:00 committed by Franz Pletz
parent de8cfcf1c6
commit 6fa94e7ea7

View file

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
pname = "janus-gateway";
version = "1.0.4";
version = "1.1.0";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1WQo1v5TJPPJjC2lc8k9aWmtRUFITYEuwSfsPzh5320=";
sha256 = "sha256-atJKpr4XLedG+A26ijlZKKFbskpLpJw9ThZvMuQYw+s=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];