From e25bb077695fc19415c36e1bbc1dc0b8fada2552 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 22 Aug 2023 15:07:05 +0000 Subject: [PATCH] =?UTF-8?q?libshumate:=201.0.5=20=E2=86=92=201.1.beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/libshumate/-/compare/1.0.5...1.1.beta We are not pulling gtk-doc already. New sysprof-capture-4 dependency for profiling. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/development/libraries/libshumate/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libshumate/default.nix b/pkgs/development/libraries/libshumate/default.nix index e449a9085bbe..bec827b3edb2 100644 --- a/pkgs/development/libraries/libshumate/default.nix +++ b/pkgs/development/libraries/libshumate/default.nix @@ -12,13 +12,14 @@ , sqlite , libsoup_3 , gtk4 +, libsysprof-capture , xvfb-run , gnome }: stdenv.mkDerivation rec { pname = "libshumate"; - version = "1.0.5"; + version = "1.1.beta"; outputs = [ "out" "dev" "devdoc" ]; outputBin = "devdoc"; # demo app @@ -28,7 +29,7 @@ stdenv.mkDerivation rec { owner = "GNOME"; repo = "libshumate"; rev = version; - sha256 = "mHfhCKzLfP1BkqM+FiLUlo/I0TCe3G8C0lmO6007pMY="; + sha256 = "KY0vwGO2ooin2KXt05fRY1Q0S0JcQQ80rx3qkyuJpTw="; }; nativeBuildInputs = [ @@ -46,6 +47,7 @@ stdenv.mkDerivation rec { sqlite libsoup_3 gtk4 + libsysprof-capture ]; nativeCheckInputs = [