pantheon.granite7: 7.6.0 -> 7.7.0

https://github.com/elementary/granite/compare/7.6.0...7.7.0

+7 -12
+7 -12
pkgs/desktops/pantheon/libraries/granite/7/default.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 nix-update-script, 7 6 meson, 8 7 ninja, ··· 10 9 vala, 11 10 pkg-config, 12 11 libgee, 12 + libshumate, 13 13 gtk4, 14 14 glib, 15 15 gettext, ··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "granite"; 23 - version = "7.6.0"; 23 + version = "7.7.0"; 24 24 25 25 outputs = [ 26 26 "out" ··· 31 31 owner = "elementary"; 32 32 repo = "granite"; 33 33 rev = version; 34 - sha256 = "sha256-bv2rOq16xg9lCWfcLzAFN4LjBTJBxPhXvEJzutkdYzs="; 34 + sha256 = "sha256-ypSkzz9BaVweR1C0OkkfwDl8tehMK1S5iExL14LuKmI="; 35 35 }; 36 36 37 - patches = [ 38 - # Init: Avoid crash with Gtk >= 4.17 39 - # https://github.com/elementary/granite/pull/893 40 - (fetchpatch { 41 - url = "https://github.com/elementary/granite/commit/60cb8c4119b579592e6c7f3b1476e4d729f58699.patch"; 42 - hash = "sha256-6NB/Tu3mdmiBd77SOi4twdY/HidyhMn7mNN+54iFLIc="; 43 - }) 44 - ]; 45 - 46 37 nativeBuildInputs = [ 47 38 gettext 48 39 gobject-introspection ··· 52 43 sassc 53 44 vala 54 45 wrapGAppsHook4 46 + ]; 47 + 48 + buildInputs = [ 49 + libshumate # demo 55 50 ]; 56 51 57 52 propagatedBuildInputs = [