jellyfin-ffmpeg: 6.0-4 -> 6.0-5

This commit is contained in:
R. Ryantm 2023-08-23 19:24:54 +00:00
parent 9d322b896d
commit ef345b63ec

View file

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