about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-02-04 15:47:14 +0100
committerMaxine Aubrey <max@ine.dev>2024-02-04 15:47:18 +0100
commit34239032617857582a5d8f24bb5bb45c373d6e0b (patch)
treeccffdbed93e67a19f94bc1d2bf5df047d6cc130d
parent57d0edd3cc6969780b980594504f84a864eeee34 (diff)
gtk3: 3.24.39 → 3.24.41
https://gitlab.gnome.org/GNOME/gtk/-/compare/3.24.39...3.24.41
https://gitlab.gnome.org/GNOME/gtk/-/blob/3.24.41/NEWS
-rw-r--r--pkgs/development/libraries/gtk/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix
index c244414c55087..4692bbc971266 100644
--- a/pkgs/development/libraries/gtk/3.x.nix
+++ b/pkgs/development/libraries/gtk/3.x.nix
@@ -64,7 +64,7 @@ in
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "gtk+3";
-  version = "3.24.39";
+  version = "3.24.41";
 
   outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
   outputBin = "dev";
@@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
     inherit (finalAttrs) version;
   in fetchurl {
     url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
-    sha256 = "sha256-HKw+VmubLzZTpFjAjC3N/cqfkIA3rAPJ2FZLQpV3jXk=";
+    sha256 = "sha256-R9phSHrzCHqUvEkpb9AlygvAL5bvBsVW58iYi9ZRtvo=";
   };
 
   patches = [