3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #152144 from r-ryantm/auto-update/libtraceevent

libtraceevent: 1.4.0 -> 1.5.0
This commit is contained in:
Bobby Rong 2021-12-26 18:59:38 +08:00 committed by GitHub
commit 75f0630226
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.4.0";
version = "1.5.0";
src = fetchgit {
url = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
rev = "libtraceevent-${version}";
sha256 = "1x36qsrcssjywjpwkgyp9hz6y878kivma9pz7zrhxdsrqv2d2zs1";
sha256 = "sha256-ysdsuJ9MvmNY0/XSV+aO7Gh8buWed25DQhBE/5HIASU=";
};
# Don't build and install html documentation