Merge pull request #145762 from NixOS/pkg/octave

octave: 6.3.0 -> 6.4.0

authored by Thiago Kenji Okada and committed by GitHub a5e4ef9a 8ccfa0e0

+2 -2
+2 -2
pkgs/development/interpreters/octave/default.nix
··· 114 114 }; 115 115 116 116 self = mkDerivation rec { 117 - version = "6.3.0"; 117 + version = "6.4.0"; 118 118 pname = "octave"; 119 119 120 120 src = fetchurl { 121 121 url = "mirror://gnu/octave/${pname}-${version}.tar.gz"; 122 - sha256 = "sha256-IyBl86cvwwE/6fF/Qpo99p1nLB9rYHcCmjHI881Ypm4="; 122 + sha256 = "sha256-tI8z1Pzq85TPvqc6jIUAAJNtg6QXOaJPdWi1sKezms0="; 123 123 }; 124 124 125 125 buildInputs = [