oven-media-engine: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm 2022-02-27 14:41:01 +00:00
parent 6896623f63
commit 98b8385e20

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "oven-media-engine";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "AirenSoft";
repo = "OvenMediaEngine";
rev = "v${version}";
sha256 = "sha256-aQH73gSy9aUleA5r4poouqAKmwYlsTMxKtpGRXjXMmg=";
sha256 = "sha256-oWZ+o19bNR7/QuYTquRa3l7GfRLMEdyPtBUOwb2p3jA=";
};
sourceRoot = "source/src";