Skip to content

Commit 1545201

Browse files
authored
octavePackages.netcdf: 1.0.17 -> 1.0.18 & fixes (#344457)
2 parents 58b02fe + fcb8b74 commit 1545201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

77
buildOctavePackage rec {
88
pname = "netcdf";
9-
version = "1.0.17";
9+
version = "1.0.18";
1010

1111
src = fetchurl {
1212
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
13-
sha256 = "sha256-uuFD8VNeWbyHFyWMDMzWDd2n+dG9EFmc/JnZU2tx+Uk=";
13+
sha256 = "sha256-ydgcKFh4uWuSlr7zw+k1JFUSzGm9tiWmOHV1IWvlgwk=";
1414
};
1515

16-
buildInputs = [
16+
propagatedBuildInputs = [
1717
netcdf
1818
];
1919

0 commit comments

Comments
 (0)