Skip to content

Commit 5e13707

Browse files
authored
octavePackages.windows: 1.6.4 -> 1.6.5 (#379644)
2 parents ed40ff0 + 135b9c6 commit 5e13707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/octave-modules/windows/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
buildOctavePackage rec {
88
pname = "windows";
9-
version = "1.6.4";
9+
version = "1.6.5";
1010

1111
src = fetchurl {
1212
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
13-
sha256 = "sha256-LH9+3MLme4UIcpm5o/apNmkbmJ6NsRsW5TkGpmiNHP0=";
13+
sha256 = "sha256-j/goQc57jcfxlCsbf31Mx8oNud1vNE0D/hNfXyvVmTc=";
1414
};
1515

1616
meta = with lib; {

0 commit comments

Comments
 (0)