mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
fplll: 5.0.2 -> 5.2.0
This commit is contained in:
parent
fddb1457b0
commit
bca79a970a
@ -4,12 +4,12 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "fplll";
|
pname = "fplll";
|
||||||
version = "5.0.2";
|
version = "5.2.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "${pname}";
|
owner = "${pname}";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0rl98rx284giyhj3pf6iydn1a06jis8c8mnsc7kqs4rcmiw4bjpx";
|
sha256 = "0931i4q49lzlifsg9zd8a2yzj626i1s2bqhkfxvcxv94c38s0nh1";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [autoconf automake libtool gettext autoreconfHook];
|
nativeBuildInputs = [autoconf automake libtool gettext autoreconfHook];
|
||||||
buildInputs = [gmp mpfr];
|
buildInputs = [gmp mpfr];
|
||||||
|
Loading…
Reference in New Issue
Block a user