liquidsoap: 2.4.2 → 2.4.4

ocamlPackages.ffmpeg: 1.2.8 → 1.3.0
This commit is contained in:
Vincent Laporte
2026-04-28 07:29:09 +02:00
parent 9222cbf257
commit c8f0c2c3c1
2 changed files with 8 additions and 7 deletions
+6 -5
View File
@@ -11,13 +11,13 @@
bubblewrap,
curl,
dune,
ffmpeg_6-full,
ffmpeg_8-full,
yt-dlp,
runtimePackages ? [
awscli2
bubblewrap
curl
ffmpeg_6-full
ffmpeg_8-full
yt-dlp
],
}:
@@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "liquidsoap";
version = "2.4.2";
version = "2.4.4";
src = fetchFromGitHub {
owner = "savonet";
repo = "liquidsoap";
tag = "v${finalAttrs.version}";
hash = "sha256-ViJlG+AUncL37mltlFFXVho98Up11qZI3wwSnrd9C8g=";
hash = "sha256-uRqYyxLF6PuSDvbL77qn2PvttqqM9S00BjcaKUFxlQw=";
};
postPatch = ''
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
buildPhase = ''
runHook preBuild
dune build
dune build --release @install
runHook postBuild
'';
@@ -87,6 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
libjpeg
# Mandatory dependencies
ocamlPackages.domain_shims
ocamlPackages.dtools
ocamlPackages.duppy
ocamlPackages.mm
@@ -1,13 +1,13 @@
{ lib, fetchFromGitHub }:
rec {
version = "1.2.8";
version = "1.3.0";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-ffmpeg";
tag = "v${version}";
hash = "sha256-wQvpbvAAg4tybAFdGq0O9vfCc0v2iPFk04Q3zgTwa7Y=";
hash = "sha256-qGXuE+wHNuy24jeuGpvMlYIQw7N5g6tXMa7r0pwXVX0=";
};
meta = {