mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
jellyfin-ffmpeg: 8.1.2-4 -> 8.1.2-5
Diff: https://github.com/jellyfin/jellyfin-ffmpeg/compare/v8.1.2-4...v8.1.2-5 Changelog: https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v8.1.2-5
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "8.1.2-4";
|
||||
version = "8.1.2-5";
|
||||
in
|
||||
|
||||
(ffmpeg_8-full.override {
|
||||
@@ -14,7 +14,7 @@ in
|
||||
owner = "jellyfin";
|
||||
repo = "jellyfin-ffmpeg";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-+xUjwhVX/HyS/+Gmv8iQfUwHax7xjX3SSOjs34IDHHs=";
|
||||
hash = "sha256-fU/w3Bh0hFidmbcNmA6KCxrmxlzf6Awh4Qlthyks9Aw=";
|
||||
};
|
||||
buildFfplay = false; # requires SDL2 which gets disabled
|
||||
buildFfprobe = true; # required by various programs like Immich
|
||||
|
||||
Reference in New Issue
Block a user