gtk4: 4.6.4 -> 4.6.5

authored by

R. Ryantm and committed by
Jan Tojnar
c356e724 2c746066

+2 -2
+2 -2
pkgs/development/libraries/gtk/4.x.nix
··· 62 62 63 63 stdenv.mkDerivation rec { 64 64 pname = "gtk4"; 65 - version = "4.6.4"; 65 + version = "4.6.5"; 66 66 67 67 outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ]; 68 68 outputBin = "dev"; ··· 74 74 75 75 src = fetchurl { 76 76 url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz"; 77 - sha256 = "p5orvMeTG3A/xPofy+G5BuIpoVIthU1SKAF2anm8rJ8="; 77 + sha256 = "+kLDcfSckJFnEeFVkdh9S+5EOMJ78GknFVgYB2KL6cI="; 78 78 }; 79 79 80 80 nativeBuildInputs = [