libsForQt5.mlt: fix attrPath for updateScript

main
Kira Bruneau 2 years ago
parent 320ce5c6d7
commit 75904039f2
  1. 1
      pkgs/development/libraries/mlt/qt-5.nix

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

Loading…
Cancel
Save