ffmpeg_8: 8.0 -> 8.0.1

This commit is contained in:
jopejoe1
2025-12-12 19:46:06 +01:00
parent 9064fd320c
commit f1ec69e0dd
2 changed files with 3 additions and 3 deletions
@@ -30,8 +30,8 @@ let
hash = "sha256-1w4OSlz88D2pnZVXQcI4uyX+triNK0NXzlsyt7GGSLU=";
};
v8 = {
version = "8.0";
hash = "sha256-okNZ1/m/thFAY3jK/GSV0+WZFnjrMr8uBPsOdH6Wq9E=";
version = "8.0.1";
hash = "sha256-eA5fP/uZqF5+jDDt4tHArGqyt7zbrLZ21v+Lchr8OS8=";
};
in
@@ -456,7 +456,7 @@ stdenv.mkDerivation (
(fetchpatch2 {
name = "unbreak-hardcoded-tables.patch";
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/1d47ae65bf6df91246cbe25c997b25947f7a4d1d";
hash = "";
hash = "sha256-ulB5BujAkoRJ8VHou64Th3E94z6m+l6v9DpG7/9nYsM=";
})
]
++ optionals (lib.versionAtLeast version "6.1" && lib.versionOlder version "6.2") [