tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kernelshark: 2.2.0 -> 2.2.1
Nicolas Benes
2 years ago
de2ac3cf
67ecd3fd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
trace-cmd
kernelshark.nix
+2
-2
pkgs/os-specific/linux/trace-cmd/kernelshark.nix
···
5
5
6
6
mkDerivation rec {
7
7
pname = "kernelshark";
8
8
-
version = "2.2.0";
8
8
+
version = "2.2.1";
9
9
10
10
src = fetchgit {
11
11
url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/";
12
12
rev = "kernelshark-v${version}";
13
13
-
sha256 = "sha256-VkUah8qAlOck9245f/zngtVpHmJdx6eQXqwzLwK2xjU=";
13
13
+
hash = "sha256-V25IzPDOt6V03wgIa/AJ0T8mRaGmXYuMCcvbSOKleY0=";
14
14
};
15
15
16
16
outputs = [ "out" ];