libsForQt5.mlt: fix attrPath for updateScript

This commit is contained in:
Kira Bruneau 2022-04-23 15:28:58 -04:00
parent 320ce5c6d7
commit 75904039f2

View file

@ -71,6 +71,7 @@ mkDerivation rec {
passthru.updateScript = gitUpdater {
inherit pname version;
attrPath = "libsForQt5.mlt";
rev-prefix = "v";
};