Merge pull request #280307 from trofi/libtraceevent-update

libtraceevent: 1.8.1 -> 1.8.2
This commit is contained in:
Mario Rodas 2024-01-12 17:57:02 -05:00 committed by GitHub
commit c10e321f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''