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: 44e14e94940e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e5b783bd2251
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 29, 2019

  1. sourcetrail: 2019.2.39 -> 2019.3.46

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/sourcetrail/versions
    r-ryantm committed Sep 29, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    jonringer Jonathan Ringer
    Copy the full SHA
    dc59594 View commit details

Commits on Oct 2, 2019

  1. Merge pull request #69969 from r-ryantm/auto-update/sourcetrail

    sourcetrail: 2019.2.39 -> 2019.3.46
    ryantm authored Oct 2, 2019
    Copy the full SHA
    e5b783b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/sourcetrail/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/sourcetrail/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@

stdenv.mkDerivation rec {
pname = "sourcetrail";
version = "2019.2.39";
version = "2019.3.46";

src = fetchurl {
name = "sourtrail.tar.gz";
url = "https://www.sourcetrail.com/downloads/${version}/linux/64bit";
sha256 = "13kzfnsb5lf9v6bqw41qljp5bgz2rd3w163r6xg59hzd3dv8f90q";
sha256 = "0dnkxr3fijcsbn6pd20lyxhr9ns6ji1c4dffly9s16yq4x9ad5r4";
};

nativeBuildInputs = [ autoPatchelfHook ];