libmpc: 1.0.1 -> 1.0.3
This commit is contained in:
parent
4adae43646
commit
39ccf1971f
@ -1,13 +1,13 @@
|
|||||||
{ fetchurl, stdenv, gmp, mpfr }:
|
{ fetchurl, stdenv, gmp, mpfr }:
|
||||||
let
|
let
|
||||||
version = "1.0.1";
|
version = "1.0.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libmpc-${version}"; # to avoid clash with the MPD client
|
name = "libmpc-${version}"; # to avoid clash with the MPD client
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz";
|
url = "http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz";
|
||||||
sha1 = "vxg0rkyn4cs40wr2cp6bbcyr1nnijzlc";
|
sha256 = "1hzci2zrrd7v3g1jk35qindq05hbl0bhjcyyisq9z209xb3fqzb1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gmp mpfr ];
|
buildInputs = [ gmp mpfr ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user