mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
libtraceevent: 1.8.1 -> 1.8.2
This commit is contained in:
parent
3d1fe1445c
commit
6396c42413
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libtraceevent";
|
pname = "libtraceevent";
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
|
url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
|
||||||
rev = "libtraceevent-${version}";
|
rev = "libtraceevent-${version}";
|
||||||
hash = "sha256-zib2IrgtaDGDEO/2Kp9ytHuceW/7slRPDUClYgqemOE=";
|
hash = "sha256-2oa3pR8DOPaeHcoqcLX00ihx1lpXablnsf0IZR2sOm8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user