lol

libxmlxx.updateScript: correct attribute path

Also freeze the ABI version at 2.0

+2
+2
pkgs/development/libraries/libxmlxx/default.nix
··· 17 17 18 18 passthru = { 19 19 updateScript = gnome.updateScript { 20 + attrPath = "libxmlxx"; 20 21 packageName = pname; 21 22 versionPolicy = "odd-unstable"; 23 + freeze = true; 22 24 }; 23 25 }; 24 26