summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-16 23:50:03 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-16 23:50:03 -0800
commit25bf717945b81d02058cfa984355eee491ff8af4 (patch)
tree9122ecac80a49af2890d90414c781422a8ff7a51
parent36c904d6372dd55d039ff5f52d0f9058d3ac5556 (diff)
downloadnixpkgs-25bf717945b81d02058cfa984355eee491ff8af4.tar
nixpkgs-25bf717945b81d02058cfa984355eee491ff8af4.tar.gz
nixpkgs-25bf717945b81d02058cfa984355eee491ff8af4.tar.bz2
nixpkgs-25bf717945b81d02058cfa984355eee491ff8af4.tar.lz
nixpkgs-25bf717945b81d02058cfa984355eee491ff8af4.tar.xz
nixpkgs-25bf717945b81d02058cfa984355eee491ff8af4.tar.zst
nixpkgs-25bf717945b81d02058cfa984355eee491ff8af4.zip
netcdffortran: 4.4.4 -> 4.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/netcdf-fortran/versions
-rw-r--r--pkgs/development/libraries/netcdf-fortran/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/netcdf-fortran/default.nix b/pkgs/development/libraries/netcdf-fortran/default.nix
index 8af2a7aa368..bb621a3eda6 100644
--- a/pkgs/development/libraries/netcdf-fortran/default.nix
+++ b/pkgs/development/libraries/netcdf-fortran/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, netcdf, hdf5, curl, gfortran }:
 stdenv.mkDerivation rec {
   name = "netcdf-fortran-${version}";
-  version = "4.4.4";
+  version = "4.4.5";
 
   src = fetchurl {
     url = "https://github.com/Unidata/netcdf-fortran/archive/v${version}.tar.gz";
-    sha256 = "0rwybszj1jjb25cx8vfyrd77x5qsdjzwspcjz56n12br89n9ica4";
+    sha256 = "00qwg4v250yg8kxp68srrnvfbfim241fnlm071p9ila2mihk8r01";
   };
 
   buildInputs = [ netcdf hdf5 curl gfortran ];