jellyfin-ffmpeg: 7.1.1-3 -> 7.1.1-4 (#414505)

This commit is contained in:
dotlambda
2025-06-14 12:49:11 -07:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
}:
let
version = "7.1.1-3";
version = "7.1.1-4";
in
(ffmpeg_7-full.override {
@@ -14,7 +14,7 @@ in
owner = "jellyfin";
repo = "jellyfin-ffmpeg";
rev = "v${version}";
hash = "sha256-pJLIhXDPDRhEqzmc1bXViSTSnRifFhMlixkEbGA0GRE=";
hash = "sha256-7KHo+kVZl/fkXiChFJ5L+WhuFPx0oqQG+/CQQwTH+/4=";
};
}).overrideAttrs
(old: {