summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-11-22 19:50:12 +0100
committerJan Tojnar <jtojnar@gmail.com>2021-11-23 15:34:16 +0100
commitad4ff3050df5292d8ab39e159dbe0f999a641d5a (patch)
tree51fd44b63ae18dc4730d12ffa4a6cafb334c5714 /pkgs/development/libraries/gtk
parente2b522ca015ce1e76232f690c37a3bc5fc717f1f (diff)
downloadnixpkgs-ad4ff3050df5292d8ab39e159dbe0f999a641d5a.tar
nixpkgs-ad4ff3050df5292d8ab39e159dbe0f999a641d5a.tar.gz
nixpkgs-ad4ff3050df5292d8ab39e159dbe0f999a641d5a.tar.bz2
nixpkgs-ad4ff3050df5292d8ab39e159dbe0f999a641d5a.tar.lz
nixpkgs-ad4ff3050df5292d8ab39e159dbe0f999a641d5a.tar.xz
nixpkgs-ad4ff3050df5292d8ab39e159dbe0f999a641d5a.tar.zst
nixpkgs-ad4ff3050df5292d8ab39e159dbe0f999a641d5a.zip
gtk4.updateScript: correct policy
4.5.0 is unstable
Diffstat (limited to 'pkgs/development/libraries/gtk')
-rw-r--r--pkgs/development/libraries/gtk/4.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gtk/4.x.nix b/pkgs/development/libraries/gtk/4.x.nix
index 5a61b78d85a..d763c99882e 100644
--- a/pkgs/development/libraries/gtk/4.x.nix
+++ b/pkgs/development/libraries/gtk/4.x.nix
@@ -216,6 +216,7 @@ stdenv.mkDerivation rec {
   passthru = {
     updateScript = gnome.updateScript {
       packageName = "gtk";
+      versionPolicy = "odd-unstable";
       attrPath = "gtk4";
     };
   };