mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
GNU cppi 1.15.
svn path=/nixpkgs/trunk/; revision=21052
This commit is contained in:
parent
5ed6e1a1f7
commit
9170abe84d
@ -1,11 +1,11 @@
|
||||
{ fetchurl, xz, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cppi-1.14";
|
||||
name = "cppi-1.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/cppi/${name}.tar.xz";
|
||||
sha256 = "0n7388f5z4nnyh17rnj7h0kvml3x2mba6a5km87k2bvm5v4mcrfc";
|
||||
sha256 = "1avwwpcwx6rvk9j4id8jq58n5kk756dwnd0wqw4a4p3smvby7gw2";
|
||||
};
|
||||
|
||||
buildInputs = [ xz ];
|
||||
|
Loading…
Reference in New Issue
Block a user