ffmpeg_8: 8.0 -> 8.0.1
This commit is contained in:
@@ -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") [
|
||||
|
||||
Reference in New Issue
Block a user