summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-01-26 14:12:43 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-01-26 14:13:30 +0100
commit6edc9788f5cd3fdcda90f250c87eb98938cef069 (patch)
tree77488f2ec70e3def3c76c1e8717f55f918477a47
parent5bbe54272de8689f7bdb2071d528e5d961edadda (diff)
downloadnixlib-6edc9788f5cd3fdcda90f250c87eb98938cef069.tar
nixlib-6edc9788f5cd3fdcda90f250c87eb98938cef069.tar.gz
nixlib-6edc9788f5cd3fdcda90f250c87eb98938cef069.tar.bz2
nixlib-6edc9788f5cd3fdcda90f250c87eb98938cef069.tar.lz
nixlib-6edc9788f5cd3fdcda90f250c87eb98938cef069.tar.xz
nixlib-6edc9788f5cd3fdcda90f250c87eb98938cef069.tar.zst
nixlib-6edc9788f5cd3fdcda90f250c87eb98938cef069.zip
ffmpeg_2_8: maintenance 2.8.8 -> 2.8.10
-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 04336c9ee4d3..366adfbefca2 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}.8";
+  version = "${branch}.10";
   branch = "2.8";
-  sha256 = "19h6xmlcb933hgpfd40mjwkral8v389v25sx660a3p7aiyalh25p";
+  sha256 = "1jd9vqrsng6swk1xsms3qvwqjzla58xbk3103qmnxkixa1rimkni";
 })