Merge pull request #192963 from r-ryantm/auto-update/libtracefs

libtracefs: 1.4.2 -> 1.5.0
This commit is contained in:
Mario Rodas 2022-09-30 07:01:47 -05:00 committed by GitHub
commit 167022b7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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