gtk4.updateScript: correct policy

4.5.0 is unstable
This commit is contained in:
Jan Tojnar
2021-11-23 15:34:16 +01:00
parent e2b522ca01
commit ad4ff3050d
+1
View File
@@ -216,6 +216,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = "gtk";
versionPolicy = "odd-unstable";
attrPath = "gtk4";
};
};