summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/breeze-gtk.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-09 09:20:39 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-06-18 08:44:43 -0500
commitda942ea23f28c5a29882a802b728add1b6f309a6 (patch)
tree2c30c880b60cdb3a7519512213d2efc7567f7f54 /pkgs/desktops/plasma-5/breeze-gtk.nix
parent7dc961b310f377e31850e38472afc729b3c3085b (diff)
downloadnixlib-da942ea23f28c5a29882a802b728add1b6f309a6.tar
nixlib-da942ea23f28c5a29882a802b728add1b6f309a6.tar.gz
nixlib-da942ea23f28c5a29882a802b728add1b6f309a6.tar.bz2
nixlib-da942ea23f28c5a29882a802b728add1b6f309a6.tar.lz
nixlib-da942ea23f28c5a29882a802b728add1b6f309a6.tar.xz
nixlib-da942ea23f28c5a29882a802b728add1b6f309a6.tar.zst
nixlib-da942ea23f28c5a29882a802b728add1b6f309a6.zip
breeze-gtk: bump GTK3 version
Diffstat (limited to 'pkgs/desktops/plasma-5/breeze-gtk.nix')
-rw-r--r--pkgs/desktops/plasma-5/breeze-gtk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/breeze-gtk.nix b/pkgs/desktops/plasma-5/breeze-gtk.nix
index 9c204e3acb89..3ba952811cfd 100644
--- a/pkgs/desktops/plasma-5/breeze-gtk.nix
+++ b/pkgs/desktops/plasma-5/breeze-gtk.nix
@@ -3,6 +3,6 @@
 mkDerivation {
   name = "breeze-gtk";
   nativeBuildInputs = [ extra-cmake-modules ];
-  cmakeFlags = [ "-DWITH_GTK3_VERSION=3.20" ];
+  cmakeFlags = [ "-DWITH_GTK3_VERSION=3.22" ];
   buildInputs = [ qtbase ];
 }