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:38:06 +0000 |
| commit | e99df8643c87c4578de62fb73f43244a6968f6f3 (patch) | |
| tree | 41b1cf5952fd4062bf3a74d0d432df57f1370dc5 | |
| parent | ruby_2_5: 2.5.3 -> 2.5.7 (diff) | |
| download | nixpkgs-gitlab.intr/release-18.09.tar.gz | |
ffmpeg_2_8: 2.8.14 -> 2.8.15origin/nixpkgs-18.09-darwingitlab.intr/release-18.09gitlab.intr/nixpkgs-18.09-darwin
(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"; }) |
