mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
gtk4.updateScript: correct policy
4.5.0 is unstable
This commit is contained in:
parent
e2b522ca01
commit
ad4ff3050d
@ -216,6 +216,7 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "gtk";
|
||||
versionPolicy = "odd-unstable";
|
||||
attrPath = "gtk4";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user