lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ffmpeg_2: 2.8.13 -> 2.8.14

Lots of bugfixes:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/3f8a0d5ad1:/Changelog

+2 -2
+2 -2
pkgs/development/libraries/ffmpeg/2.8.nix
··· 1 1 { callPackage, ... } @ args: 2 2 3 3 callPackage ./generic.nix (args // rec { 4 - version = "${branch}.13"; 4 + version = "${branch}.14"; 5 5 branch = "2.8"; 6 - sha256 = "0y3712ivmpr5dw1nsk1bqpd4b7ldzd69ak4vwbl4q02ab35ri6yz"; 6 + sha256 = "1g6x3lyjl1zlfksizj1ys61kj97yg0xf4dlr6sr5acpbja3a26yn"; 7 7 })