janus-gateway: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm 2022-08-05 22:29:09 +00:00 committed by Franz Pletz
parent f71850fd07
commit 8ddf418942

View file

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
pname = "janus-gateway";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "meetecho";
repo = pname;
rev = "v${version}";
sha256 = "sha256-c+5NvJqrYoG96CPaR4CkC9y/CmpTDxyHUmPr+C0t484=";
sha256 = "sha256-1WQo1v5TJPPJjC2lc8k9aWmtRUFITYEuwSfsPzh5320=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gengetopt ];