mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Fixed issue with smartgithg download url prefix.
Was using the `download` infix instead of `downloads`.
This commit is contained in:
parent
ce43dae0df
commit
cc1b3a7d8a
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user