Merge pull request #205202 from LeSuisse/ffmpeg-4.4.3

This commit is contained in:
Sandro 2022-12-16 22:48:16 +01:00 committed by GitHub
commit c1647c1068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,8 @@
{ callPackage, fetchpatch, ... }@args:
{ callPackage, ... }@args:
callPackage ./generic.nix (rec {
version = "4.4.2";
version = "4.4.3";
branch = version;
sha256 = "sha256-+YpIJSDEdQdSGpB5FNqp77wThOBZG1r8PaGKqJfeKUg=";
sha256 = "sha256-M7jC281TD+HbVxBBU0Vgm0yiJ70NoeOpMy27DxH9Jzo=";
patches = [
# SDL2 recently changed their versioning
(fetchpatch {
url = "https://git.videolan.org/?p=ffmpeg.git;a=patch;h=e5163b1d34381a3319214a902ef1df923dd2eeba";
hash = "sha256-nLhP2+34cj5EgpnUrePZp60nYAxmbhZAEDfay4pBVk0=";
})
];
} // args)