Merge pull request #232934 from r-ryantm/auto-update/oven-media-engine

oven-media-engine: 0.15.10 -> 0.15.11
This commit is contained in:
Luke Granger-Brown 2023-05-20 15:53:18 +01:00 committed by GitHub
commit 271cafbf80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "oven-media-engine";
version = "0.15.10";
version = "0.15.11";
src = fetchFromGitHub {
owner = "AirenSoft";
repo = "OvenMediaEngine";
rev = "v${version}";
sha256 = "sha256-gQ9Z8VMu5v4zEo4vtViNFG0QP5JooHsQxJPMOnZmVZM=";
sha256 = "sha256-PkdzxLIch0OObFs1zFE7gg6R7bwP2qwpqQqvY3SMnuY=";
};
sourceRoot = "source/src";
@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
homepage = "https://ovenmediaengine.com";
license = licenses.agpl3Only;
maintainers = with maintainers; [ lukegb ];
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
};
}