tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
netcdfcxx4: 4.2.1 -> 4.3.0
Franz Pletz
8 years ago
024fb7e9
d18299ed
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
netcdf-cxx4
default.nix
+2
-2
pkgs/development/libraries/netcdf-cxx4/default.nix
···
1
1
{ stdenv, fetchurl, netcdf, hdf5, curl }:
2
2
stdenv.mkDerivation rec {
3
3
name = "netcdf-cxx4-${version}";
4
4
-
version = "4.2.1";
4
4
+
version = "4.3.0";
5
5
6
6
src = fetchurl {
7
7
url = "https://github.com/Unidata/netcdf-cxx4/archive/v${version}.tar.gz";
8
8
-
sha256 = "1g0fsmz59dnjib4a7r899lm99j3z6yxsw10c0wlihclzr6znmmds";
8
8
+
sha256 = "13zi8cbk18gggx1c12a580wdsbl714lw68a1wg7c86x0sybirni5";
9
9
};
10
10
11
11
buildInputs = [ netcdf hdf5 curl ];