janus-gateway: 1.0.0 -> 1.0.3

This commit is contained in:
R. Ryantm 2022-07-31 13:39:13 +00:00 committed by Franz Pletz
parent d4da2ce3e6
commit fe365633ac

View file

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