Skip to content

Commit

Permalink
ffmpeg: 4.3 -> 4.3.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 916bc99)
See the grandparent commit.
  • Loading branch information
zowoq authored and vcunat committed Jul 18, 2020
1 parent b9f8919 commit ba4f0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg/4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ba4f0c6

Please sign in to comment.