Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63379e8e86f0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4cb1d299ddcf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 17, 2019

  1. 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
    r-ryantm committed Jun 17, 2019
    Copy the full SHA
    e8d79a5 View commit details
  2. Merge pull request #63291 from r-ryantm/auto-update/lttng-ust

    lttng-ust: 2.10.3 -> 2.10.4
    bjornfor authored Jun 17, 2019
    Copy the full SHA
    4cb1d29 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/misc/lttng-ust/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/lttng-ust/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];