mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
libav: minor updates 11.4 -> 11.6
The older branches seem unmaintained and better not used - /cc maintainer of keyfinder @nckx.
This commit is contained in:
parent
02b13f7bdb
commit
07a3d42023
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ let
|
|||
result = {
|
||||
libav_0_8 = libavFun "0.8.17" "31ace2daeb8c105deed9cd3476df47318d417714";
|
||||
libav_9 = libavFun "9.18" "e10cde4587c4d4d3bb11d30c7b47e953664cd714";
|
||||
libav_11 = libavFun "11.4" "c2ab12102de187f2675a56b828b4a5e9136ab747";
|
||||
libav_11 = libavFun "11.6" "2296cbd7afe98591eb164cebe436dcb5582efc9d";
|
||||
};
|
||||
|
||||
libavFun = version : sha1 : stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue