summary refs log tree commit diff
path: root/pkgs/development/tools/profiling
diff options
context:
space:
mode:
authorKai Harries <kai.harries@posteo.de>2021-02-28 17:47:21 +0100
committerDoron Behar <doron.behar@gmail.com>2021-08-07 22:07:02 +0300
commit14783d58ab74784f12e549c0847ce379c2aec927 (patch)
treece95662f69b53c13bb0304eae1c44fa6c2de6ca5 /pkgs/development/tools/profiling
parent3b23771fcdfd58a6b320470546fda33b78993e90 (diff)
downloadnixpkgs-14783d58ab74784f12e549c0847ce379c2aec927.tar
nixpkgs-14783d58ab74784f12e549c0847ce379c2aec927.tar.gz
nixpkgs-14783d58ab74784f12e549c0847ce379c2aec927.tar.bz2
nixpkgs-14783d58ab74784f12e549c0847ce379c2aec927.tar.lz
nixpkgs-14783d58ab74784f12e549c0847ce379c2aec927.tar.xz
nixpkgs-14783d58ab74784f12e549c0847ce379c2aec927.tar.zst
nixpkgs-14783d58ab74784f12e549c0847ce379c2aec927.zip
Systemtap: 4.1 -> 4.5
Diffstat (limited to 'pkgs/development/tools/profiling')
-rw-r--r--pkgs/development/tools/profiling/systemtap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/profiling/systemtap/default.nix b/pkgs/development/tools/profiling/systemtap/default.nix
index 641c1581b05..b828dbfc715 100644
--- a/pkgs/development/tools/profiling/systemtap/default.nix
+++ b/pkgs/development/tools/profiling/systemtap/default.nix
@@ -6,8 +6,8 @@ let
   ## fetchgit info
   url = "git://sourceware.org/git/systemtap.git";
   rev = "release-${version}";
-  sha256 = "0mmpiq7bsrwhp7z07a1pwka4q6d2fbmdx5wp83nxj31rvdxhqwnw";
-  version = "4.1";
+  sha256 = "sha256-3LgqMBCnUG2UmsekaIvV43lBpSPEocEXmFV9WpE7wE0=";
+  version = "4.5";
 
   inherit (kernel) stdenv;