Merge pull request #145762 from NixOS/pkg/octave

octave: 6.3.0 -> 6.4.0
This commit is contained in:
Thiago Kenji Okada 2021-11-13 20:28:29 -03:00 committed by GitHub
commit a5e4ef9afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,12 +114,12 @@ let
};
self = mkDerivation rec {
version = "6.3.0";
version = "6.4.0";
pname = "octave";
src = fetchurl {
url = "mirror://gnu/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-IyBl86cvwwE/6fF/Qpo99p1nLB9rYHcCmjHI881Ypm4=";
sha256 = "sha256-tI8z1Pzq85TPvqc6jIUAAJNtg6QXOaJPdWi1sKezms0=";
};
buildInputs = [