libtracefs: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2022-07-31 20:18:08 +00:00
parent efb7405702
commit bf0ae516b0

View File

@ -15,12 +15,12 @@
stdenv.mkDerivation rec {
pname = "libtracefs";
version = "1.4.1";
version = "1.4.2";
src = fetchgit {
url = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git";
rev = "libtracefs-${version}";
sha256 = "sha256-htif1Hty/AQkx6jALHUVMBF1wIpVwLmdINP8QUZmv/s=";
sha256 = "sha256-CmFzonPq91iLflolJaucpPWzb8MCgfuov/OQ6KUD3f4=";
};
postPatch = ''