oven-media-engine: 0.14.17 -> 0.14.18

This commit is contained in:
R. Ryantm 2022-12-24 15:07:03 +00:00
parent b10a520017
commit 95cfb3ad36

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "oven-media-engine";
version = "0.14.17";
version = "0.14.18";
src = fetchFromGitHub {
owner = "AirenSoft";
repo = "OvenMediaEngine";
rev = "v${version}";
sha256 = "sha256-vCew+JUBCMeVfXm6Vt5nO59o1/N76Nu8aoygEsouCFE=";
sha256 = "sha256-M204aIFbs2VmwgZbOmkpuyqOfpom/FnKc6noEVMuZfs=";
};
sourceRoot = "source/src";