Update Octave to 4.0.0
This commit is contained in:
parent
4c898aad51
commit
c84a9d2d17
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.8.2";
|
version = "4.0.0";
|
||||||
name = "octave-${version}";
|
name = "octave-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/octave/${name}.tar.bz2";
|
url = "mirror://gnu/octave/${name}.tar.xz";
|
||||||
sha256 = "83bbd701aab04e7e57d0d5b8373dd54719bebb64ce0a850e69bf3d7454f33bae";
|
sha256 = "0x64b2lna4vrlm4wwx6h1qdlmki6s2b9q90yjxldlvvrqvxf4syg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11
|
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11
|
||||||
|
|
Loading…
Reference in a new issue