libtraceevent: 1.8.1 -> 1.8.2

This commit is contained in:
Sergei Trofimovich 2024-01-11 16:22:39 +00:00
parent 3d1fe1445c
commit 6396c42413

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "libtraceevent";
version = "1.8.1";
version = "1.8.2";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
rev = "libtraceevent-${version}";
hash = "sha256-zib2IrgtaDGDEO/2Kp9ytHuceW/7slRPDUClYgqemOE=";
hash = "sha256-2oa3pR8DOPaeHcoqcLX00ihx1lpXablnsf0IZR2sOm8=";
};
postPatch = ''