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:
commit
75f0630226
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libtraceevent";
|
pname = "libtraceevent";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
|
url = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
|
||||||
rev = "libtraceevent-${version}";
|
rev = "libtraceevent-${version}";
|
||||||
sha256 = "1x36qsrcssjywjpwkgyp9hz6y878kivma9pz7zrhxdsrqv2d2zs1";
|
sha256 = "sha256-ysdsuJ9MvmNY0/XSV+aO7Gh8buWed25DQhBE/5HIASU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Don't build and install html documentation
|
# Don't build and install html documentation
|
||||||
|
|
Loading…
Reference in a new issue