gtk4: 4.16.3 → 4.16.7

https://gitlab.gnome.org/GNOME/gtk/-/compare/4.16.3...4.16.7
This commit is contained in:
Jan Tojnar
2025-01-05 20:31:36 +01:00
parent 51853c01f1
commit 8efc701451
+2 -2
View File
@@ -68,7 +68,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gtk4";
version = "4.16.3";
version = "4.16.7";
outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
outputBin = "dev";
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = with finalAttrs; "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
hash = "sha256-LsU+B9GMnwA7OeSmqDgFTZJZ4Ei2xMBdgMDQWqch2UQ=";
hash = "sha256-UwPHYk4VpIiAWRud3UM4mvuj3k+5KiGXGVGbsWQs49w=";
};
depsBuildBuild = [