summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-12-17 08:13:09 -0600
committerWill Dietz <w@wdtz.org>2018-12-28 13:06:20 -0600
commit2420e969905ff1afccef94745055f2a4d7cefa04 (patch)
tree8bbb7a272bc197da8ad4b165eab36fcd710041b2 /pkgs/development/libraries/ffmpeg
parent6ba05c7dac6dbba27f997ceff0ad400da6bb7854 (diff)
downloadnixpkgs-2420e969905ff1afccef94745055f2a4d7cefa04.tar
nixpkgs-2420e969905ff1afccef94745055f2a4d7cefa04.tar.gz
nixpkgs-2420e969905ff1afccef94745055f2a4d7cefa04.tar.bz2
nixpkgs-2420e969905ff1afccef94745055f2a4d7cefa04.tar.lz
nixpkgs-2420e969905ff1afccef94745055f2a4d7cefa04.tar.xz
nixpkgs-2420e969905ff1afccef94745055f2a4d7cefa04.tar.zst
nixpkgs-2420e969905ff1afccef94745055f2a4d7cefa04.zip
ffmpeg{_4,-full}: 4.0.3 -> 4.1
Diffstat (limited to 'pkgs/development/libraries/ffmpeg')
-rw-r--r--pkgs/development/libraries/ffmpeg/4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/4.nix b/pkgs/development/libraries/ffmpeg/4.nix
index 6d559f5511b..9821357de3b 100644
--- a/pkgs/development/libraries/ffmpeg/4.nix
+++ b/pkgs/development/libraries/ffmpeg/4.nix
@@ -6,7 +6,7 @@
 
 callPackage ./generic.nix (args // rec {
   version = "${branch}";
-  branch = "4.0.3";
-  sha256 = "0v40nygrv79inyvzcnv9zi75jya63n033j4gpm2r3hwnma40hr39";
+  branch = "4.1";
+  sha256 = "19d16dhb4gx3akhbqd8844awx1axxli91bsjwsm4qp2a4i1zp15n";
   darwinFrameworks = [ Cocoa CoreMedia ];
 })