about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2022-02-17 21:07:57 +0100
committerGitHub <noreply@github.com>2022-02-17 21:07:57 +0100
commitc2d81923ef4837d8ae7d4379dd39eb1844809d89 (patch)
treeff97c99c1e38660417cf31d67d65bbef72807186 /pkgs
parentdcbacb0f628f7974cf07ef4ebb4c283ecf3b7055 (diff)
parente4d79cee7c070f96441a58385f6ae74e0c2a994e (diff)
Merge pull request #160122 from r-ryantm/auto-update/gtk4
gtk4: 4.6.0 -> 4.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/gtk/4.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gtk/4.x.nix b/pkgs/development/libraries/gtk/4.x.nix
index 2b6dfc8fb52c7..6da3fc769ea67 100644
--- a/pkgs/development/libraries/gtk/4.x.nix
+++ b/pkgs/development/libraries/gtk/4.x.nix
@@ -62,7 +62,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "gtk4";
-  version = "4.6.0";
+  version = "4.6.1";
 
   outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
   outputBin = "dev";
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
-    sha256 = "eC1ZUfv9WF/J7HbAnQfijmAUxy2wAftWf/8hf7luTYw=";
+    sha256 = "2FUI0hy7zWPVaKeGKvXs1juXjX1XmcvkBMkdI4nQ7F8=";
   };
 
   nativeBuildInputs = [