nco: 4.9.8 -> 5.0.1

This commit is contained in:
R. RyanTM 2021-08-15 12:26:15 +00:00
parent 000973d1a1
commit 28992221c4

@ -1,7 +1,7 @@
{ lib, stdenv, fetchzip, netcdf, netcdfcxx4, gsl, udunits, antlr2, which, curl, flex, coreutils }:
stdenv.mkDerivation rec {
version = "4.9.8";
version = "5.0.1";
pname = "nco";
nativeBuildInputs = [ flex which antlr2 ];
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchzip {
url = "https://github.com/nco/nco/archive/${version}.tar.gz";
sha256 = "sha256-fOdmM0I/UGhxacofEBfw9UmOOrMDUXs59ca8uvkQKqw=";
sha256 = "sha256-Mdnko+0ZuMoKgBp//+rCVsbFJx90Tmrnal7FAmwIKEQ=";
};
prePatch = ''