Skip to content

Commit 4e6020a

Browse files
committed
gtk4: 4.18.4 → 4.18.5
https://gitlab.gnome.org/GNOME/gtk/-/compare/4.18.4...4.18.5 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
1 parent ad4f0f9 commit 4e6020a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/libraries/gtk

pkgs/development/libraries/gtk/4.x.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in
6868

6969
stdenv.mkDerivation (finalAttrs: {
7070
pname = "gtk4";
71-
version = "4.18.4";
71+
version = "4.18.5";
7272

7373
outputs = [
7474
"out"
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
8383

8484
src = fetchurl {
8585
url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor finalAttrs.version}/gtk-${finalAttrs.version}.tar.xz";
86-
hash = "sha256-1Hg6wVA3wsQnWo8azJT1/t4opRYkP8y5L/VKEcFXdf8=";
86+
hash = "sha256-u1JnoGL1k2lH00yZmTkKZ0sLKw2Ko0cv4NBeIGSVWrw=";
8787
};
8888

8989
depsBuildBuild = [

0 commit comments

Comments
 (0)