mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Update FPC
svn path=/nixpkgs/trunk/; revision=24699
This commit is contained in:
parent
b9c159416c
commit
84de039c9e
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
let startFPC = import ./binary.nix { inherit stdenv fetchurl; }; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.4.0";
|
||||
version = "2.4.2";
|
||||
name = "fpc-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.sourceforge.net/sourceforge/freepascal/fpcbuild-${version}.tar.gz";
|
||||
sha256 = "1m2g2bafjixbwl5b9lna5h7r56y1rcayfnbp8kyjfd1c1ymbxaxk";
|
||||
sha256 = "291f18a58259a2fc5f36593052f7a950f4872fbbbfb6a19a4e0188b4d5e5efbe";
|
||||
};
|
||||
|
||||
buildInputs = [ startFPC gawk ];
|
||||
|
|
Loading…
Reference in a new issue