Merge pull request #240442 from nviets/nngUpdate

nng: 1.6.0-prerelease update for rPackages.nanonext
This commit is contained in:
Justin Bedő 2023-07-03 15:24:15 +10:00 committed by GitHub
commit 0464d29086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "nanomsg";
repo = "nng";
rev = "539e559e65cd8f227c45e4b046ac41c0edcf6c32";
sha256 = "sha256-86+f0um25Ywn78S2JrV54K7k3O6ots0q2dCco1aK0xM=";
rev = "8e1836f57e8bcdb228dd5baadc71dfbf30b544e0";
sha256 = "sha256-Q08/Oxv9DLCHp7Hf3NqNa0sHq7qwM6TfGT8gNyiwin8=";
};
nativeBuildInputs = [ cmake ninja ]