mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Updating Lazarus
svn path=/nixpkgs/trunk/; revision=19422
This commit is contained in:
parent
57681137a8
commit
555eff3a08
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ args : with args;
|
|||
rec {
|
||||
version = "0.9.26.2-0";
|
||||
src = fetchurl {
|
||||
url = "http://downloads.sourceforge.net/lazarus/lazarus-${version}.tgz";
|
||||
sha256 = "5b582685c0447034580fe17c60b8fc84a8b097b6f31ff9b4583cf0eb741297cc";
|
||||
url = "mirror://sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%200.9.28.2/lazarus-0.9.28.2-src.tar.bz2";
|
||||
sha256 = "1zad1sylgvhpb210zxypdyng72fpjz1zdf3cpqj9dl94cwn3f4ap";
|
||||
};
|
||||
|
||||
buildInputs = [fpc gtk glib libXi inputproto
|
||||
|
|
Loading…
Reference in a new issue