libebml: 1.3.7 -> 1.3.9

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libebml/versions
This commit is contained in:
R. RyanTM 2019-06-01 19:33:28 -07:00
parent 97aba37876
commit 7fa446d1d0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libebml";
version = "1.3.7";
version = "1.3.9";
src = fetchFromGitHub {
owner = "Matroska-Org";
repo = "libebml";
rev = "release-${version}";
sha256 = "0pdfl83nbbdddbxajx34srg4mcfcz8ca21qyvlnpw81hfnrhmjkv";
sha256 = "0q2xfabaymrf0xkhwc9akx6m04lgra2b53wcn9mnh5dqiiazizi7";
};
nativeBuildInputs = [ cmake pkgconfig ];