diff options
| author | zowoq <59103226+zowoq@users.noreply.github.com> | 2020-01-04 07:47:42 +1000 |
|---|---|---|
| committer | Alyssa Ross <hi@alyssa.is> | 2020-01-04 12:56:21 +0000 |
| commit | 87c698a5ca655fe108958eb4bc6ad7a9b8bfcd82 (patch) | |
| tree | b69106c4dbff08a9555ad44c404526ac948cc6ba | |
| parent | ffmpeg: 3.4.6 -> 3.4.7 (security) (diff) | |
| download | nixpkgs-87c698a5ca655fe108958eb4bc6ad7a9b8bfcd82.tar.gz | |
ffmpeg_2_8: 2.8.14 -> 2.8.15
(cherry picked from commit c13f1a508d6128d7cdea247d21015b5df8e44132)
| -rw-r--r-- | pkgs/development/libraries/ffmpeg/2.8.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/2.8.nix b/pkgs/development/libraries/ffmpeg/2.8.nix index 5ffbc215d8b3..7e97930449da 100644 --- a/pkgs/development/libraries/ffmpeg/2.8.nix +++ b/pkgs/development/libraries/ffmpeg/2.8.nix @@ -1,7 +1,7 @@ { callPackage, ... } @ args: callPackage ./generic.nix (args // rec { - version = "${branch}.14"; + version = "${branch}.15"; branch = "2.8"; - sha256 = "1g6x3lyjl1zlfksizj1ys61kj97yg0xf4dlr6sr5acpbja3a26yn"; + sha256 = "08gf493a1ici1rn6gda6bxkcsk3fqbs6pdr0phcifjkd3xn7yr1m"; }) |
