ffmpeg_5: 5.1.1 -> 5.1.2

https://github.com/FFmpeg/FFmpeg/blob/n5.1.2/Changelog#L4
This commit is contained in:
zowoq 2022-09-26 06:27:54 +10:00
parent b9dcc8eee4
commit 4177a5d748

View file

@ -5,8 +5,8 @@
}@args:
callPackage ./generic.nix (rec {
version = "5.1.1";
version = "5.1.2";
branch = version;
sha256 = "sha256-zQ4W+QNCEmbVzN3t97g7nldUrvS596fwbOnkyALwVFs=";
sha256 = "sha256-OaC8yNmFSfFsVwYkZ4JGpqxzbAZs69tAn5UC6RWyLys=";
darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ];
} // args)