Merge pull request #62459 from r-ryantm/auto-update/libebml

libebml: 1.3.7 -> 1.3.9
This commit is contained in:
worldofpeace 2019-06-04 23:24:44 -04:00 committed by GitHub
commit 092549015b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];