mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
libsForQt5.mlt: fix attrPath for updateScript
This commit is contained in:
parent
320ce5c6d7
commit
75904039f2
@ -71,6 +71,7 @@ mkDerivation rec {
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
inherit pname version;
|
||||
attrPath = "libsForQt5.mlt";
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user