lttng-ust: 2.10.2 -> 2.10.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
wip/yesman
R. RyanTM 5 years ago committed by Bjørn Forsman
parent 07e06f3e0b
commit 0ef85cca2e
  1. 4
      pkgs/development/tools/misc/lttng-ust/default.nix

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

Loading…
Cancel
Save