libxmlxx.updateScript: correct attribute path

Also freeze the ABI version at 2.0
This commit is contained in:
Jan Tojnar
2021-10-15 00:51:49 +02:00
parent a48c24906d
commit 92aca820b2
@@ -17,8 +17,10 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
attrPath = "libxmlxx";
packageName = pname;
versionPolicy = "odd-unstable";
freeze = true;
};
};