ffmpeg_6: 6.1.4 -> 6.1.5 (#524591)
This commit is contained in:
@@ -21,8 +21,8 @@ let
|
||||
};
|
||||
|
||||
v6 = {
|
||||
version = "6.1.4";
|
||||
hash = "sha256-hqLohRNkoy5jGlaNlCRVoPwwsW7TDgCX1OKsGIM6IYg=";
|
||||
version = "6.1.5";
|
||||
hash = "sha256-iLAqdv1Dn7qln8Ag5lbGKOrWQZVLNREAgXbdDbHiMjc=";
|
||||
};
|
||||
|
||||
v7 = {
|
||||
|
||||
@@ -453,7 +453,7 @@ stdenv.mkDerivation (
|
||||
++ optionals (lib.versionAtLeast version "5.1") [
|
||||
./nvccflags-cpp14.patch
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "5.1" && lib.versionOlder version "8.1") [
|
||||
++ optionals (lib.versionAtLeast version "7.0" && lib.versionOlder version "8.1") [
|
||||
(fetchpatch2 {
|
||||
name = "unbreak-hardcoded-tables.patch";
|
||||
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/1d47ae65bf6df91246cbe25c997b25947f7a4d1d";
|
||||
|
||||
Reference in New Issue
Block a user