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
This commit is contained in:
R. RyanTM 2019-09-28 22:19:37 -07:00
parent c455adcc42
commit dc59594878

View File

@ -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 ];