lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Sandro and committed by
GitHub
4a39bade 37c88f68

+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 = "5.0.1"; 4 + version = "5.0.3"; 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-Mdnko+0ZuMoKgBp//+rCVsbFJx90Tmrnal7FAmwIKEQ="; 12 + sha256 = "sha256-KrFRBlD3z/sjKIvxmE0s/xCILQmESecilnlUGzDDICw="; 13 13 }; 14 14 15 15 prePatch = ''