summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-02-11 16:02:54 -0600
committerWill Dietz <w@wdtz.org>2019-02-11 17:44:24 -0600
commitb3171efe3b9d99ca4966afaa79dc3d86b794d7ae (patch)
treef18738137de6c08db9da1cbdd3b3675bcde1dbe9 /pkgs/development/libraries/ffmpeg
parent051fcba987a8d0ed6f8c5bd783661782cb0b86d7 (diff)
downloadnixpkgs-b3171efe3b9d99ca4966afaa79dc3d86b794d7ae.tar
nixpkgs-b3171efe3b9d99ca4966afaa79dc3d86b794d7ae.tar.gz
nixpkgs-b3171efe3b9d99ca4966afaa79dc3d86b794d7ae.tar.bz2
nixpkgs-b3171efe3b9d99ca4966afaa79dc3d86b794d7ae.tar.lz
nixpkgs-b3171efe3b9d99ca4966afaa79dc3d86b794d7ae.tar.xz
nixpkgs-b3171efe3b9d99ca4966afaa79dc3d86b794d7ae.tar.zst
nixpkgs-b3171efe3b9d99ca4966afaa79dc3d86b794d7ae.zip
ffmpeg: 4.1 -> 4.1.1
https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.1.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 9821357de3b..738411d398d 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.1";
-  sha256 = "19d16dhb4gx3akhbqd8844awx1axxli91bsjwsm4qp2a4i1zp15n";
+  branch = "4.1.1";
+  sha256 = "0n5hz98gcyznj8lnqma6c9004vhcdzv67a4angnd1k6ai8xhxd0c";
   darwinFrameworks = [ Cocoa CoreMedia ];
 })