Fixed issue with smartgithg download url prefix.

Was using the `download` infix instead of
`downloads`.
This commit is contained in:
Raymond Gauthier 2015-04-29 19:09:56 -04:00
parent ce43dae0df
commit cc1b3a7d8a

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
name = "smartgithg-${the_version}";
src = fetchurl {
url = "http://www.syntevo.com/download/smartgit/" +
url = "http://www.syntevo.com/downloads/smartgit/" +
"smartgit-generic-${the_version}.tar.gz";
sha256 = "0db4dxp0dl173z9r8n25zdl1il240p751d2f77cw0nmyibik7q4l";
};