aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/ffmpeg
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-16 12:45:41 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-07-17 09:28:45 +1000
commit92cfd28d2b45e254db69b993e260758d5cf2f674 (patch)
tree2aea863950f45eb0b206b5f69091ae24b491797a /pkgs/development/libraries/ffmpeg
parentaf1b0c92ad1cebd1816a0edac5489a91c6a6dc7c (diff)
ffmpeg_2_8: 2.8.16 -> 2.8.17
Diffstat (limited to 'pkgs/development/libraries/ffmpeg')
-rw-r--r--pkgs/development/libraries/ffmpeg/2.8.nix4
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 5d1f93a9e049..309cd2b3b356 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 (rec {
- version = "${branch}.16";
+ version = "${branch}.17";
branch = "2.8";
- sha256 = "0lfmfd6rhywis9rblkxv33rpwfga9xv261fq4cn3pkx1izih7ybk";
+ sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
} // args)