nng: 1.5.2 -> 1.6.0-prerelease and rPackages.nanonext dependency

This commit is contained in:
Nathan Viets 2023-01-24 23:07:55 -06:00
parent e8e9febf8b
commit 67e898c12e
2 changed files with 4 additions and 3 deletions

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nng";
version = "1.5.2";
version = "1.6.0-prerelease";
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "v${version}";
sha256 = "sha256-qbjMLpPk5FxH710Mf8AIraY0mERbaxVVhTT94W0EV+k=";
rev = "539e559e65cd8f227c45e4b046ac41c0edcf6c32";
sha256 = "sha256-86+f0um25Ywn78S2JrV54K7k3O6ots0q2dCco1aK0xM=";
};
nativeBuildInputs = [ cmake ninja ]

View file

@ -362,6 +362,7 @@ let
mvabund = [ pkgs.gsl ];
mwaved = [ pkgs.fftw.dev ];
mzR = with pkgs; [ zlib netcdf ];
nanonext = with pkgs; [ mbedtls nng ];
ncdf4 = [ pkgs.netcdf ];
nloptr = with pkgs; [ nlopt pkg-config libiconv ];
n1qn1 = [ pkgs.gfortran ];