Merge pull request #110108 from r-ryantm/auto-update/mpfi
mpfi: 1.5.3 -> 1.5.4
This commit is contained in:
commit
813e19964e
@ -1,14 +1,14 @@
|
|||||||
{lib, stdenv, fetchurl, mpfr}:
|
{lib, stdenv, fetchurl, mpfr}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mpfi";
|
pname = "mpfi";
|
||||||
version = "1.5.3";
|
version = "1.5.4";
|
||||||
file_nr = "37331";
|
file_nr = "37331";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# NOTE: the file_nr is whats important here. The actual package name (including the version)
|
# NOTE: the file_nr is whats important here. The actual package name (including the version)
|
||||||
# is ignored. To find out the correct file_nr, go to https://gforge.inria.fr/projects/mpfi/
|
# is ignored. To find out the correct file_nr, go to https://gforge.inria.fr/projects/mpfi/
|
||||||
# and click on Download in the section "Latest File Releases".
|
# and click on Download in the section "Latest File Releases".
|
||||||
url = "https://gforge.inria.fr/frs/download.php/file/${file_nr}/mpfi-${version}.tar.bz2";
|
url = "https://gforge.inria.fr/frs/download.php/file/${file_nr}/mpfi-${version}.tar.bz2";
|
||||||
sha256 = "0bqr8yibl7jbrp0bw7xk1lm7nis7rv26jsz6y8ycvih8n9bx90r3";
|
sha256 = "sha256-I4PUV7IIxs088uZracTOR0d7Kg2zH77AzUseuqJHGS8=";
|
||||||
};
|
};
|
||||||
buildInputs = [mpfr];
|
buildInputs = [mpfr];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user