mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Updating libav from 11.6 to 11.7.
This commit is contained in:
parent
d5b28fb554
commit
e9cce6db44
@ -27,7 +27,7 @@ with { inherit (stdenv.lib) optional optionals; };
|
||||
let
|
||||
result = {
|
||||
libav_0_8 = libavFun "0.8.17" "31ace2daeb8c105deed9cd3476df47318d417714";
|
||||
libav_11 = libavFun "11.6" "2296cbd7afe98591eb164cebe436dcb5582efc9d";
|
||||
libav_11 = libavFun "11.7" "9f36d136ea353fc6e3826180fe126f52eca7fec4";
|
||||
};
|
||||
|
||||
libavFun = version : sha1 : stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user