about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-17 00:24:21 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-17 00:24:21 -0700
commite8d79a52a99abedf48ac27dfc2682761fe4b31c9 (patch)
tree02635a3b6c8b9dd1f7e0281ed5c234e30167ef88 /pkgs/development
parente2d07d2cc7e880d6c1dbff211a8b9b4f503ca7a0 (diff)
downloadnixlib-e8d79a52a99abedf48ac27dfc2682761fe4b31c9.tar
nixlib-e8d79a52a99abedf48ac27dfc2682761fe4b31c9.tar.gz
nixlib-e8d79a52a99abedf48ac27dfc2682761fe4b31c9.tar.bz2
nixlib-e8d79a52a99abedf48ac27dfc2682761fe4b31c9.tar.lz
nixlib-e8d79a52a99abedf48ac27dfc2682761fe4b31c9.tar.xz
nixlib-e8d79a52a99abedf48ac27dfc2682761fe4b31c9.tar.zst
nixlib-e8d79a52a99abedf48ac27dfc2682761fe4b31c9.zip
lttng-ust: 2.10.3 -> 2.10.4
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
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/lttng-ust/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/lttng-ust/default.nix b/pkgs/development/tools/misc/lttng-ust/default.nix
index 27c8f609d5d6..adc4bbd5c39a 100644
--- a/pkgs/development/tools/misc/lttng-ust/default.nix
+++ b/pkgs/development/tools/misc/lttng-ust/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   name = "lttng-ust-${version}";
-  version = "2.10.3";
+  version = "2.10.4";
 
   src = fetchurl {
     url = "https://lttng.org/files/lttng-ust/${name}.tar.bz2";
-    sha256 = "0aw580xx6x9hgbxrzil7yqv12j8yvi5d9iibldx3z5jz1pwj114y";
+    sha256 = "0rx9q5r9qcdx3i9i0rx28p33yl52sd6f35qj7qs4li2w42xv9mbm";
   };
 
   buildInputs = [ python ];