Merge pull request #141250 from doronbehar/pkg/octave

This commit is contained in:
Sandro 2021-10-11 15:06:51 +02:00 committed by GitHub
commit 877b8b032f
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.2.0";
version = "6.3.0";
pname = "octave";
src = fetchurl {
url = "mirror://gnu/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-RX0f2oY0qDni/Xz8VbmL1W82tq5z0xu530Pd4wEsqnw=";
sha256 = "sha256-IyBl86cvwwE/6fF/Qpo99p1nLB9rYHcCmjHI881Ypm4=";
};
buildInputs = [