summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAnthony Cowley <acowley@gmail.com>2016-03-10 17:14:44 -0500
committerAnthony Cowley <acowley@gmail.com>2016-03-11 15:14:52 -0500
commit2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb (patch)
tree3616284e44a173d58a78891f488a6afe768a621b /pkgs
parent83766949c1c6a02bf09660d2da6d38b4b34b6e90 (diff)
downloadnixlib-2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb.tar
nixlib-2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb.tar.gz
nixlib-2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb.tar.bz2
nixlib-2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb.tar.lz
nixlib-2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb.tar.xz
nixlib-2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb.tar.zst
nixlib-2f6f3c7b55a3aa1e07a7d936bbad28dea05925eb.zip
ffmpeg-full: 2.8.5 -> 3.0
Also changes the homepage URL to https.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ffmpeg-full/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/ffmpeg-full/default.nix b/pkgs/development/libraries/ffmpeg-full/default.nix
index eed6a3bc763c..91974a311756 100644
--- a/pkgs/development/libraries/ffmpeg-full/default.nix
+++ b/pkgs/development/libraries/ffmpeg-full/default.nix
@@ -235,11 +235,11 @@ assert x11grabExtlib -> libX11 != null && libXv != null;
 
 stdenv.mkDerivation rec {
   name = "ffmpeg-full-${version}";
-  version = "2.8.5";
+  version = "3.0";
 
   src = fetchurl {
     url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.bz2";
-    sha256 = "0nk1j3i7qc1k3dygpq74pxq382vqg9kaf2hxl9jfw8rkad8rjv9v";
+    sha256 = "1h0k05cj6j0nd2i16z7hc5scpwsbg3sfx68lvm0nlwvz5xxgg7zi";
   };
 
   patchPhase = ''patchShebangs .'';
@@ -449,7 +449,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A complete, cross-platform solution to record, convert and stream audio and video";
-    homepage = http://www.ffmpeg.org/;
+    homepage = https://www.ffmpeg.org/;
     longDescription = ''
       FFmpeg is the leading multimedia framework, able to decode, encode, transcode, 
       mux, demux, stream, filter and play pretty much anything that humans and machines