Skip to content

Commit 23e418f

Browse files
committedFeb 18, 2018
libav*: maintenance updates
Also remove myself from meta.maintainers, as I can't really give them too much maintenance. (cherry picked from commit 655446c) I see some security fixes in the ChangeLog.
1 parent 9b726af commit 23e418f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎pkgs/development/libraries/libav/default.nix

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ let inherit (stdenv.lib) optional optionals hasPrefix; in
2828
let
2929
result = {
3030
# e.g. https://libav.org/releases/libav-11.11.tar.xz.sha1
31-
libav_0_8 = libavFun "0.8.20" "0c7a2417c3a01eb74072691bb93ce802ae1be08f";
32-
libav_11 = libavFun "11.11" "d7444fa4f135bdd7347cc962ab4b5228796b0f23";
33-
libav_12 = libavFun "12.1" "df048240318b888e3938f649422b967f62e43e3c";
31+
libav_0_8 = libavFun "0.8.21" "d858f65128dad0bac1a8c3a51e5cbb27a7c79b3f";
32+
libav_11 = libavFun "11.12" "61d5dcab5fde349834af193a572b12a5fd6a4d42";
33+
libav_12 = libavFun "12.3" "386c18c8b857f23dfcf456ce40370716130211d9";
3434
};
3535

3636
libavFun = version : sha1 : stdenv.mkDerivation rec {
@@ -124,7 +124,6 @@ let
124124
license = with licenses; if enableUnfree then unfree #ToDo: redistributable or not?
125125
else if enableGPL then gpl2Plus else lgpl21Plus;
126126
platforms = with platforms; linux ++ darwin;
127-
maintainers = [ maintainers.vcunat ];
128127
};
129128
}; # libavFun
130129

0 commit comments

Comments
 (0)
Please sign in to comment.