summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk/4.x.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-05-15 05:13:31 +0000
committerJan Tojnar <jtojnar@gmail.com>2022-05-16 03:28:03 +0200
commitff29d2caa935a8e6216380dfcd7ee714fd8bd5bf (patch)
treeb878d59a6ff809f88969545d88246c085ea4002e /pkgs/development/libraries/gtk/4.x.nix
parent2ed533a838c77c7b60ecec25aff3b7088e6521fc (diff)
downloadnixpkgs-ff29d2caa935a8e6216380dfcd7ee714fd8bd5bf.tar
nixpkgs-ff29d2caa935a8e6216380dfcd7ee714fd8bd5bf.tar.gz
nixpkgs-ff29d2caa935a8e6216380dfcd7ee714fd8bd5bf.tar.bz2
nixpkgs-ff29d2caa935a8e6216380dfcd7ee714fd8bd5bf.tar.lz
nixpkgs-ff29d2caa935a8e6216380dfcd7ee714fd8bd5bf.tar.xz
nixpkgs-ff29d2caa935a8e6216380dfcd7ee714fd8bd5bf.tar.zst
nixpkgs-ff29d2caa935a8e6216380dfcd7ee714fd8bd5bf.zip
gtk4: 4.6.3 → 4.6.4
https://gitlab.gnome.org/GNOME/gtk/-/compare/4.6.3...4.6.4
Diffstat (limited to 'pkgs/development/libraries/gtk/4.x.nix')
-rw-r--r--pkgs/development/libraries/gtk/4.x.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/development/libraries/gtk/4.x.nix b/pkgs/development/libraries/gtk/4.x.nix
index a93459c1f87..e67599e0555 100644
--- a/pkgs/development/libraries/gtk/4.x.nix
+++ b/pkgs/development/libraries/gtk/4.x.nix
@@ -2,7 +2,6 @@
 , stdenv
 , substituteAll
 , fetchurl
-, fetchpatch
 , pkg-config
 , gettext
 , graphene
@@ -63,7 +62,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "gtk4";
-  version = "4.6.3";
+  version = "4.6.4";
 
   outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
   outputBin = "dev";
@@ -75,18 +74,9 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
-    sha256 = "pXrNDkSCmBcA/fhllsdBPLYe9H915HR/2oCegjG42Ww=";
+    sha256 = "p5orvMeTG3A/xPofy+G5BuIpoVIthU1SKAF2anm8rJ8=";
   };
 
-  patches = [
-    # Fix GNOME Control Center crash.
-    # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4670
-    (fetchpatch {
-      url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/ae0166973795e750f08b89f9f0ef974d7ac48bc7.patch";
-      sha256 = "qPOplocE+RcTFIEveJe8YLKiUpe7o6CiA834rZpS0Fs=";
-    })
-  ];
-
   nativeBuildInputs = [
     gettext
     gobject-introspection