ffmpeg: 4.3 -> 4.3.1

(cherry picked from commit 916bc99f2c)
See the grandparent commit.
This commit is contained in:
zowoq 2020-07-16 12:45:41 +10:00 committed by Vladimír Čunát
parent b9f891960e
commit ba4f0c63e4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -5,8 +5,8 @@
}@args:
callPackage ./generic.nix (rec {
version = "4.3";
version = "4.3.1";
branch = "4.3";
sha256 = "1qnnhd2b0g5sg72pclxs3i8sxzz0raky69k7w9cmpba9zh973s57";
sha256 = "1nghcpm2r9ir2h6xpqfn9381jq6aiwlkwlnyplxywvkbjiisr97l";
darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ];
} // args)