ffmpeg_7: 7.1.1 -> 7.1.2

This commit is contained in:
jopejoe1
2025-10-14 21:44:55 +02:00
parent 93966b11d4
commit db73b8a406
2 changed files with 3 additions and 3 deletions
@@ -26,8 +26,8 @@ let
};
v7 = {
version = "7.1.1";
hash = "sha256-GyS8imOqfOUPxXrzCiQtzCQIIH6bvWmQAB0fKUcRsW4=";
version = "7.1.2";
hash = "sha256-MF/0oSOhxGWuOu6Yat7O68iOvgZ+wKjpQ8zSkwpWXqQ=";
};
v8 = {
version = "8.0";
@@ -490,7 +490,7 @@ stdenv.mkDerivation (
hash = "sha256-Ixkf1xzuDGk5t8J/apXKtghY0X9cfqSj/q987zrUuLQ=";
})
]
++ optionals (lib.versionOlder version "7.2") [
++ optionals (lib.versionOlder version "7.1.2") [
(fetchpatch2 {
name = "unbreak-svt-av1-3.0.0.patch";
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/d1ed5c06e3edc5f2b5f3664c80121fa55b0baa95";