lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Systemtap: 4.1 -> 4.5

authored by

Kai Harries and committed by
Doron Behar
14783d58 3b23771f

+2 -2
+2 -2
pkgs/development/tools/profiling/systemtap/default.nix
··· 6 6 ## fetchgit info 7 7 url = "git://sourceware.org/git/systemtap.git"; 8 8 rev = "release-${version}"; 9 - sha256 = "0mmpiq7bsrwhp7z07a1pwka4q6d2fbmdx5wp83nxj31rvdxhqwnw"; 10 - version = "4.1"; 9 + sha256 = "sha256-3LgqMBCnUG2UmsekaIvV43lBpSPEocEXmFV9WpE7wE0="; 10 + version = "4.5"; 11 11 12 12 inherit (kernel) stdenv; 13 13