tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libtraceevent: 1.8.1 -> 1.8.2
Sergei Trofimovich
2 years ago
6396c424
3d1fe144
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
libtraceevent
default.nix
+2
-2
pkgs/os-specific/linux/libtraceevent/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "libtraceevent";
5
-
version = "1.8.1";
6
7
src = fetchgit {
8
url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
9
rev = "libtraceevent-${version}";
10
-
hash = "sha256-zib2IrgtaDGDEO/2Kp9ytHuceW/7slRPDUClYgqemOE=";
11
};
12
13
postPatch = ''
···
2
3
stdenv.mkDerivation rec {
4
pname = "libtraceevent";
5
+
version = "1.8.2";
6
7
src = fetchgit {
8
url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
9
rev = "libtraceevent-${version}";
10
+
hash = "sha256-2oa3pR8DOPaeHcoqcLX00ihx1lpXablnsf0IZR2sOm8=";
11
};
12
13
postPatch = ''