forked from mirrors/nixpkgs
Merge pull request #58887 from r-ryantm/auto-update/sourcetrail
sourcetrail: 2018.3.55 -> 2019.1.11
This commit is contained in:
commit
b306b4cf1a
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue