ffmpeg: 3.3.4 -> 3.4
ffmpeg_3 bumped to 3.4, and 3.3.4 removed from the tree
This commit is contained in:
12
pkgs/development/libraries/ffmpeg/3.4.nix
Normal file
12
pkgs/development/libraries/ffmpeg/3.4.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ stdenv, callPackage
|
||||
# Darwin frameworks
|
||||
, Cocoa, CoreMedia
|
||||
, ...
|
||||
}@args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "${branch}";
|
||||
branch = "3.4";
|
||||
sha256 = "0pn8g3ab937ahslqd41crk0g4j4fh7kwimsrlfc0rl0pc3z132ax";
|
||||
darwinFrameworks = [ Cocoa CoreMedia ];
|
||||
})
|
||||
Reference in New Issue
Block a user