lttng-ust: 2.10.1 -> 2.10.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lttng-ust
This commit is contained in:
R. RyanTM 2018-09-06 17:55:37 -07:00 committed by Bjørn Forsman
parent aba0fe5d62
commit 1700698691

View file

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
name = "lttng-ust-${version}";
version = "2.10.1";
version = "2.10.2";
src = fetchurl {
url = "https://lttng.org/files/lttng-ust/${name}.tar.bz2";
sha256 = "17gfi1dn6bgg59qn4ihf8hag96lalx0g7dym2ccpzdz7f45krk07";
sha256 = "0if0hrs32r98sp85c8c63zpgy5xjw6cx8wrs65xq227b0jwj5jn4";
};
buildInputs = [ python ];