summary refs log tree commit diff
path: root/pkgs/development/tools/profiling
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2019-08-02 01:58:25 +0200
committerHerwig Hochleitner <herwig@bendlas.net>2019-08-12 02:51:49 +0200
commit6a76eb087f133f5686d877d2b5264c2c05176a04 (patch)
treec6c02e15eb7da029529d810c80b98b219e1d13a4 /pkgs/development/tools/profiling
parent4ed6d362c0eb4ce317a8fc439b601df662f9a8e3 (diff)
downloadnixpkgs-6a76eb087f133f5686d877d2b5264c2c05176a04.tar
nixpkgs-6a76eb087f133f5686d877d2b5264c2c05176a04.tar.gz
nixpkgs-6a76eb087f133f5686d877d2b5264c2c05176a04.tar.bz2
nixpkgs-6a76eb087f133f5686d877d2b5264c2c05176a04.tar.lz
nixpkgs-6a76eb087f133f5686d877d2b5264c2c05176a04.tar.xz
nixpkgs-6a76eb087f133f5686d877d2b5264c2c05176a04.tar.zst
nixpkgs-6a76eb087f133f5686d877d2b5264c2c05176a04.zip
systemtap: 4.0 -> 4.1
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 6b1918a5d98..8f711e14654 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 = "075p45ndr4pzrf5679hcsw1ws4x0xqvx3m037v04545762hki6la";
-  version = "4.0";
+  sha256 = "0mmpiq7bsrwhp7z07a1pwka4q6d2fbmdx5wp83nxj31rvdxhqwnw";
+  version = "4.1";
 
   inherit (kernel) stdenv;
   inherit (stdenv) lib;