tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libtracefs: 1.4.2 -> 1.5.0
R. Ryantm
3 years ago
0ae4dbbe
6fcaded2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
libtracefs
default.nix
+2
-2
pkgs/os-specific/linux/libtracefs/default.nix
···
15
15
16
16
stdenv.mkDerivation rec {
17
17
pname = "libtracefs";
18
18
-
version = "1.4.2";
18
18
+
version = "1.5.0";
19
19
20
20
src = fetchgit {
21
21
url = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git";
22
22
rev = "libtracefs-${version}";
23
23
-
sha256 = "sha256-CmFzonPq91iLflolJaucpPWzb8MCgfuov/OQ6KUD3f4=";
23
23
+
sha256 = "sha256-5OUTOIla4adtSJwQkii6f/mB99R5QzodyQkq/g6oNSw=";
24
24
};
25
25
26
26
postPatch = ''