0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

octave: 9.4.0 -> 10.1.0

This commit is contained in:
R. Ryantm 2025-03-30 00:49:55 +00:00 committed by Doron Behar
parent beddf554ee
commit a4f23f6274

View file

@ -98,12 +98,12 @@ let
allPkgs = pkgs;
in
stdenv.mkDerivation (finalAttrs: {
version = "9.4.0";
version = "10.1.0";
pname = "octave";
src = fetchurl {
url = "mirror://gnu/octave/octave-${finalAttrs.version}.tar.gz";
sha256 = "sha256-2pSBIFv6cXZgt9ShZzLYstWKrc6rSZPUEkKo4oSOpsE=";
sha256 = "sha256-rtRJy6N5/B4Rhuw/w8luCGB4knj7yCOuLOvmA0Q0S3g=";
};
postPatch = ''