Merge pull request #43214 from r-ryantm/auto-update/babeltrace

babeltrace: 1.5.5 -> 1.5.6
This commit is contained in:
Pascal Wittmann 2018-07-08 21:09:06 +02:00 committed by GitHub
commit a5c9c6373a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, libuuid, popt, elfutils }:
stdenv.mkDerivation rec {
name = "babeltrace-1.5.5";
name = "babeltrace-1.5.6";
src = fetchurl {
url = "https://www.efficios.com/files/babeltrace/${name}.tar.bz2";
sha256 = "1b78fam1gbsalga5pppn8ka461q35a9svz3mlbv82ssakdw4d4a0";
sha256 = "1dxv2pwyqx2p7kzhcfansij40m9kanl85x2r68dmgp98g0hvq22k";
};
nativeBuildInputs = [ pkgconfig ];