Merge pull request #192963 from r-ryantm/auto-update/libtracefs
libtracefs: 1.4.2 -> 1.5.0
This commit is contained in:
commit
167022b7ba
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libtracefs";
|
pname = "libtracefs";
|
||||||
version = "1.4.2";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git";
|
url = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git";
|
||||||
rev = "libtracefs-${version}";
|
rev = "libtracefs-${version}";
|
||||||
sha256 = "sha256-CmFzonPq91iLflolJaucpPWzb8MCgfuov/OQ6KUD3f4=";
|
sha256 = "sha256-5OUTOIla4adtSJwQkii6f/mB99R5QzodyQkq/g6oNSw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue