Unverified Commit af2e4306 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #278205 from r-ryantm/auto-update/nng

nng: 1.6.0 -> 1.7.0
parents 55af1c2b 1707a150
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "nng";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "nanomsg";
    repo = "nng";
    rev = "v${version}";
    hash = "sha256-Kq8QxPU6SiTk0Ev2IJoktSPjVOlAS4/e1PQvw2+e8UA=";
    hash = "sha256-QnT27Xej8bu2wj2v1uwAAJt4DrQlgMsGOvj8ZLpx57A=";
  };

  nativeBuildInputs = [ cmake ninja ]