We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed40ff0 + 135b9c6 commit 5e13707Copy full SHA for 5e13707
pkgs/development/octave-modules/windows/default.nix
@@ -6,11 +6,11 @@
6
7
buildOctavePackage rec {
8
pname = "windows";
9
- version = "1.6.4";
+ version = "1.6.5";
10
11
src = fetchurl {
12
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
13
- sha256 = "sha256-LH9+3MLme4UIcpm5o/apNmkbmJ6NsRsW5TkGpmiNHP0=";
+ sha256 = "sha256-j/goQc57jcfxlCsbf31Mx8oNud1vNE0D/hNfXyvVmTc=";
14
};
15
16
meta = with lib; {
0 commit comments