lol

Merge pull request #134181 from r-ryantm/auto-update/nco

nco: 4.9.8 -> 5.0.1

authored by

Lassulus and committed by
GitHub
cac66b3b 2d48c79d

+2 -2
+2 -2
pkgs/development/libraries/nco/default.nix
··· 1 1 { lib, stdenv, fetchzip, netcdf, netcdfcxx4, gsl, udunits, antlr2, which, curl, flex, coreutils }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "4.9.8"; 4 + version = "5.0.1"; 5 5 pname = "nco"; 6 6 7 7 nativeBuildInputs = [ flex which antlr2 ]; ··· 9 9 10 10 src = fetchzip { 11 11 url = "https://github.com/nco/nco/archive/${version}.tar.gz"; 12 - sha256 = "sha256-fOdmM0I/UGhxacofEBfw9UmOOrMDUXs59ca8uvkQKqw="; 12 + sha256 = "sha256-Mdnko+0ZuMoKgBp//+rCVsbFJx90Tmrnal7FAmwIKEQ="; 13 13 }; 14 14 15 15 prePatch = ''