gtk4: 4.10.1 → 4.10.3

https://gitlab.gnome.org/GNOME/gtk/-/compare/4.10.1...4.10.3
This commit is contained in:
Bobby Rong
2023-04-23 18:02:55 +08:00
parent 2ddb47d131
commit 16865b959f
+2 -2
View File
@@ -63,7 +63,7 @@ in
stdenv.mkDerivation rec {
pname = "gtk4";
version = "4.10.1";
version = "4.10.3";
outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
outputBin = "dev";
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
sha256 = "6PysBLx3FbnaZnyRGl7o8mLiANHWpQrfI2RcqM/NAxE=";
sha256 = "RUVEGteeN3624KcFAm3HpGiG5GobA020CRKQnagBzqk=";
};
patches = [