summary refs log tree commit diff
path: root/pkgs/development/libraries/netcdf
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 18:58:18 -0700
committerobadz <obadz-git@obadz.com>2018-03-21 23:01:19 +0000
commit7aef8750a6a2cde98005d85921990802862fdcac (patch)
tree8ba2543c586865d460ceae47776a67a200bc27a6 /pkgs/development/libraries/netcdf
parent18474c1842d80a5049fbec63befd6bb44ef076b2 (diff)
downloadnixpkgs-7aef8750a6a2cde98005d85921990802862fdcac.tar
nixpkgs-7aef8750a6a2cde98005d85921990802862fdcac.tar.gz
nixpkgs-7aef8750a6a2cde98005d85921990802862fdcac.tar.bz2
nixpkgs-7aef8750a6a2cde98005d85921990802862fdcac.tar.lz
nixpkgs-7aef8750a6a2cde98005d85921990802862fdcac.tar.xz
nixpkgs-7aef8750a6a2cde98005d85921990802862fdcac.tar.zst
nixpkgs-7aef8750a6a2cde98005d85921990802862fdcac.zip
netcdf: 4.6.0 -> 4.6.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/zchkzwsgsnl8aqbxzvi7hh93bdfl4759-netcdf-4.6.1/bin/nc-config --help` got 0 exit code
- ran `/nix/store/zchkzwsgsnl8aqbxzvi7hh93bdfl4759-netcdf-4.6.1/bin/nc-config --version` and found version 4.6.1
- found 4.6.1 with grep in /nix/store/zchkzwsgsnl8aqbxzvi7hh93bdfl4759-netcdf-4.6.1
- directory tree listing: https://gist.github.com/74ab9782611602d870caba813c09697e
Diffstat (limited to 'pkgs/development/libraries/netcdf')
-rw-r--r--pkgs/development/libraries/netcdf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/netcdf/default.nix b/pkgs/development/libraries/netcdf/default.nix
index 696df48bfbc..8446a91ccec 100644
--- a/pkgs/development/libraries/netcdf/default.nix
+++ b/pkgs/development/libraries/netcdf/default.nix
@@ -9,11 +9,11 @@ let
   mpiSupport = hdf5.mpiSupport;
   mpi = hdf5.mpi;
 in stdenv.mkDerivation rec {
-  name = "netcdf-4.6.0";
+  name = "netcdf-4.6.1";
 
   src = fetchurl {
     url = "https://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
-    sha256 = "099qmdjj059wkj5za13zqnz0lcziqkcvyfdf894j4n6qq4c5iw2b";
+    sha256 = "0hi61cdihwwvz5jz1l7yq712j7ca1cj4bhr8x0x7c2vlb1s9biw9";
   };
 
   nativeBuildInputs = [ m4 ];