Unverified Commit e2e21bfb authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

libkqueue: 2.6.2 -> 2.6.3 (#431259)

parents dbcc5d61 85c3cf42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "libkqueue";
  version = "2.6.2";
  version = "2.6.3";

  src = fetchFromGitHub {
    owner = "mheily";
    repo = "libkqueue";
    rev = "v${version}";
    sha256 = "sha256-5Zds9sqHkFldJf3ThTPOiaGKohmFcIzY0ARDA0iswVk=";
    sha256 = "sha256-q9ycYeo8BriD9bZEozjkdHUg2xntQUZwbYX7d1IZPzk=";
  };

  nativeBuildInputs = [ cmake ];