gtk4.updateScript: correct policy

4.5.0 is unstable
This commit is contained in:
Jan Tojnar 2021-11-22 19:50:12 +01:00
parent e2b522ca01
commit ad4ff3050d

View File

@ -216,6 +216,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = "gtk";
versionPolicy = "odd-unstable";
attrPath = "gtk4";
};
};