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:37:33 +0000 |
| commit | 1e47a6c30c4ef1e5cab0e495ab6b05f525216553 (patch) | |
| tree | fb490aa1c392c0299eb0690a9373a0c5df3f1c30 | |
| parent | ruby_2_5: 2.5.1 -> 2.5.7 (diff) | |
| download | nixpkgs-gitlab.intr/release-18.03.tar.gz | |
ffmpeg_2_8: 2.8.14 -> 2.8.15gitlab.intr/release-18.03
(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"; }) |
