libmatroska: add updateScript

This commit is contained in:
seth 2024-06-12 00:21:07 -04:00
parent 6d9d1fa6f2
commit c8fbf33c87
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -4,6 +4,7 @@
fetchFromGitHub,
cmake,
libebml,
nix-update-script,
pkg-config,
testers,
validatePkgConfig,
@ -38,6 +39,12 @@ stdenv.mkDerivation rec {
passthru = {
tests.pkg-config = testers.hasPkgConfigModules { package = libmatroska; };
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"release-(.*)"
];
};
};
meta = {