Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nco: 4.9.2 -> 4.9.3

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