Merge pull request #251024 from r-ryantm/auto-update/jellyfin-ffmpeg

jellyfin-ffmpeg: 6.0-4 -> 6.0-5
This commit is contained in:
Weijia Wang 2023-08-29 23:57:27 +02:00 committed by GitHub
commit 5e964530c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
nv-codec-headers-11 = nv-codec-headers-12;
}).overrideAttrs (old: rec {
pname = "jellyfin-ffmpeg";
version = "6.0-4";
version = "6.0-5";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-ffmpeg";
rev = "v${version}";
sha256 = "sha256-o0D/GWbSoy5onbYG29wTbpZ8z4sZ2s1WclGCXRMSekA=";
sha256 = "sha256-pKmR+IVJAaY91KiboCBkwZleMmMFToez1fW+eXyrZjs=";
};
buildInputs = old.buildInputs ++ [ chromaprint ];