lttng-ust: 2.10.4 -> 2.10.5

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 2682569444
commit ef3f4af0f1
  1. 4
      pkgs/development/tools/misc/lttng-ust/default.nix

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "lttng-ust";
version = "2.10.4";
version = "2.10.5";
src = fetchurl {
url = "https://lttng.org/files/lttng-ust/${pname}-${version}.tar.bz2";
sha256 = "0rx9q5r9qcdx3i9i0rx28p33yl52sd6f35qj7qs4li2w42xv9mbm";
sha256 = "0ddwk0nl28bkv2xb78gz16a2bvlpfbjmzwfbgwf5p1cq46dyvy86";
};
buildInputs = [ python ];

Loading…
Cancel
Save