octave: Remove version from passthru

It's already defined in the derivation.

-1
-1
pkgs/development/interpreters/octave/default.nix
··· 186 ''; 187 188 passthru = { 189 - inherit version; 190 sitePath = "share/octave/${version}/site"; 191 blas = blas'; 192 lapack = lapack';
··· 186 ''; 187 188 passthru = { 189 sitePath = "share/octave/${version}/site"; 190 blas = blas'; 191 lapack = lapack';