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

libebml: 1.4.4 -> 1.4.5
This commit is contained in:
Robert Scott
2023-12-17 00:12:47 +00:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libebml";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "Matroska-Org";
repo = "libebml";
rev = "release-${version}";
sha256 = "sha256-36SfZUHJ2sIvrrHox583cQqfWWcrL2zW1IHzgDchC9g=";
sha256 = "sha256-PIVBePTWceMgiENdaL9lvXIL/RQIrtg7l0OG2tO0SU8=";
};
nativeBuildInputs = [ cmake pkg-config ];