sourcetrail: fix hash for SourceTrailPythonIndexer

The sha256 for the python indexer wasn't updated along with the git
revision. The old hash is of commit 0d1246be53b37639427fe9959f748dd0fc429c8f,
the new hash the correct one for tag v1_db25_p5
(3afb24195c5f3dc98e4cb60751f908f09f1bc046).
This commit is contained in:
sternenseemann 2020-12-24 15:11:56 +01:00
parent 539410defe
commit 1a2893f58a

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "CoatiSoftware";
repo = pname;
rev = version;
sha256 = "05hlpd3am029pv1wi6mys3q0ggp64axmg8bdf1fabl9cl9jffscq";
sha256 = "01jaigxigq6dvfwq018gn9qw7i6p4jm0y71lqzschfv9vwf6ga45";
fetchSubmodules = true;
};