summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-08-26 07:34:40 -0400
committerGitHub <noreply@github.com>2016-08-26 07:34:40 -0400
commitc674807bce83c796c09dacb6669ac5fde2823e9e (patch)
tree73be5a7bf682f0e94166af404509da6a93bdb4d0 /pkgs
parent76927783e0b7d092ce07cb1b47b2888ce22dd5a5 (diff)
parentf7823dde4fb87bc5be759ff3bf48bea46900afd9 (diff)
downloadnixlib-c674807bce83c796c09dacb6669ac5fde2823e9e.tar
nixlib-c674807bce83c796c09dacb6669ac5fde2823e9e.tar.gz
nixlib-c674807bce83c796c09dacb6669ac5fde2823e9e.tar.bz2
nixlib-c674807bce83c796c09dacb6669ac5fde2823e9e.tar.lz
nixlib-c674807bce83c796c09dacb6669ac5fde2823e9e.tar.xz
nixlib-c674807bce83c796c09dacb6669ac5fde2823e9e.tar.zst
nixlib-c674807bce83c796c09dacb6669ac5fde2823e9e.zip
Merge pull request #18008 from l2dy/patch-1
ffmpeg: 3.1.1 -> 3.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ffmpeg/3.1.nix4
1 files 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 ];
 })