sourcetrail: 2018.3.55 -> 2019.1.11

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-04-02 20:10:48 -07:00
parent 18aa59b0f2
commit b97d9ecc18

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
name = "sourcetrail-${version}";
version = "2018.3.55";
version = "2019.1.11";
src = fetchurl {
name = "sourtrail.tar.gz";
url = "https://www.sourcetrail.com/downloads/${version}/linux/64bit";
sha256 = "6f5fbbecc221e7165ecbf1c4d208e302dade4feea9d43eb3265521efc0a376e2";
sha256 = "09f3qdgdqg6dlai43050qh4iv1d4j43isk81q68swalpnvjn72w0";
};
nativeBuildInputs = [ autoPatchelfHook ];