From f7823dde4fb87bc5be759ff3bf48bea46900afd9 Mon Sep 17 00:00:00 2001 From: Zero King Date: Fri, 26 Aug 2016 09:05:43 +0000 Subject: [PATCH] ffmpeg: 3.1.1 -> 3.1.2 --- pkgs/development/libraries/ffmpeg/3.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/ffmpeg/3.1.nix b/pkgs/development/libraries/ffmpeg/3.1.nix index 84e6f57c523a..f2158b3756f5 100644 --- a/pkgs/development/libraries/ffmpeg/3.1.nix +++ b/pkgs/development/libraries/ffmpeg/3.1.nix @@ -5,8 +5,8 @@ }@args: callPackage ./generic.nix (args // rec { - version = "${branch}.1"; + version = "${branch}.2"; branch = "3.1"; - sha256 = "1d5knh87cgnla5zawy56gkrpb48qhyiq7i0pm8z9hyx3j05abg55"; + sha256 = "1xvh1c8nlws0wx6b7yl1pvkybgzaj5585h1r6z1gzhck1f0qvsv2"; darwinFrameworks = [ Cocoa CoreMedia ]; })