gtk4: 4.16.0 → 4.16.1

https://gitlab.gnome.org/GNOME/gtk/-/compare/4.16.0...4.16.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2024-10-14 20:54:13 +08:00
parent e2611a4bfe
commit 87b2ebc30f
+2 -2
View File
@@ -69,7 +69,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gtk4";
version = "4.16.0";
version = "4.16.1";
outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
outputBin = "dev";
@@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = with finalAttrs; "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
hash = "sha256-jvU4d4yCwJhwpswyUZUEnK7FWTwco335Fae2sQ9VJOo=";
hash = "sha256-kmoeq9SB+b+iVTj5UBb9/Pr5Y7L5C0CuaekN71SZIVw=";
};
depsBuildBuild = [