tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.ply: 1.0.beta1-9e810b1 -> 2.1.1
Joseph Crail
4 years ago
ac06d8d3
522da6c3
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
ply
default.nix
+4
-4
pkgs/os-specific/linux/ply/default.nix
···
3
3
assert kernel != null -> lib.versionAtLeast kernel.version "4.0";
4
4
5
5
let
6
6
-
version = "1.0.beta1-9e810b1";
6
6
+
version = "2.1.1";
7
7
in stdenv.mkDerivation {
8
8
pname = "ply";
9
9
inherit version;
···
12
12
src = fetchFromGitHub {
13
13
owner = "iovisor";
14
14
repo = "ply";
15
15
-
rev = "9e810b157ba079c32c430a7d4c6034826982056e";
16
16
-
sha256 = "15cp6iczawaqlhsa0af6i37zn5iq53kh6ya8s2hzd018yd7mhg50";
15
15
+
rev = "899afb0c35ba2191dd7aa21f13bc7fde2655c475";
16
16
+
sha256 = "0mfnfczk6kw6p15nx5l735qmcnb0pkix7ngq0j8nndg7r2fsckah";
17
17
};
18
18
19
19
preAutoreconf = ''
···
34
34
'';
35
35
36
36
meta = with lib; {
37
37
-
description = "dynamic Tracing in Linux";
37
37
+
description = "Dynamic tracing in Linux";
38
38
homepage = "https://wkz.github.io/ply/";
39
39
license = [ licenses.gpl2 ];
40
40
maintainers = with maintainers; [ mic92 mbbx6spp ];