Commit 1707a150 authored by R. RyanTM's avatar R. RyanTM
Browse files

nng: 1.6.0 -> 1.7.0

parent 3d54a95d
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 ]