Commit ef345b63 authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 9d322b89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];