Merge #13977: ffmpeg: add 3.0 version
I made the default not change for now.
This commit is contained in:
7
pkgs/development/libraries/ffmpeg/3.0.nix
Normal file
7
pkgs/development/libraries/ffmpeg/3.0.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "${branch}.2";
|
||||
branch = "3.0";
|
||||
sha256 = "0dpx15001ha9p8h8vfg1lm9pggbc96kmb546hz88wdac5xycgqrh";
|
||||
})
|
||||
Reference in New Issue
Block a user