1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ffmpeg: 4.1 -> 4.1.1

https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.1.1
This commit is contained in:
Will Dietz 2019-02-11 16:02:54 -06:00
parent 051fcba987
commit b3171efe3b

View file

@ -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 ];
})