From 8c082fbce50631ee503a9d15b14c0e43ebbadb32 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 19 Jul 2025 22:48:46 +0100 Subject: [PATCH] linuxPackages_latest.systemtap: 5.2 -> 5.3 Changes: https://inbox.sourceware.org/systemtap/20250502190948.GA5932@redhat.com/T/#u --- pkgs/development/tools/profiling/systemtap/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/profiling/systemtap/default.nix b/pkgs/development/tools/profiling/systemtap/default.nix index 7f52af9b4b34..d0b2decbc7a9 100644 --- a/pkgs/development/tools/profiling/systemtap/default.nix +++ b/pkgs/development/tools/profiling/systemtap/default.nix @@ -6,6 +6,7 @@ runCommand, makeWrapper, cpio, + boost, elfutils, kernel, gnumake, @@ -18,8 +19,8 @@ let ## fetchgit info url = "git://sourceware.org/git/systemtap.git"; rev = "release-${version}"; - hash = "sha256-SUPNarZW8vdK9hQaI2kU+rfKWIPiXB4BvJvRNC1T9tU="; - version = "5.2"; + hash = "sha256-W9iJ+hyowqgeq1hGcNQbvPfHpqY0Yt2W/Ng/4p6asxc="; + version = "5.3"; inherit (kernel) stdenv; @@ -35,6 +36,7 @@ let python3.pkgs.setuptools ]; buildInputs = [ + boost elfutils gettext python3