mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
libav: 11.7 -> 11.8
This commit is contained in:
parent
594cf66c5c
commit
9c0b11e7cd
@ -27,7 +27,7 @@ with { inherit (stdenv.lib) optional optionals hasPrefix; };
|
||||
let
|
||||
result = {
|
||||
libav_0_8 = libavFun "0.8.17" "31ace2daeb8c105deed9cd3476df47318d417714";
|
||||
libav_11 = libavFun "11.7" "9f36d136ea353fc6e3826180fe126f52eca7fec4";
|
||||
libav_11 = libavFun "11.8" "y18hmrzy7jqq7h9ys54nrr4s49mkzsfh";
|
||||
};
|
||||
|
||||
libavFun = version : sha1 : stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user