goocanvas.updateScript: freeze ABI at 1.0

Also correct the version policy.
This commit is contained in:
Jan Tojnar 2021-10-14 23:44:38 +02:00
parent 7f0259b4c8
commit 2c39b38b6e

View File

@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "none";
versionPolicy = "odd-unstable";
freeze = true;
};
};