Unverified Commit 5dece2b1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libkqueue: 2.6.3 -> 2.6.4 (#513172)

parents 31409c36 9ebae397
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libkqueue";
  version = "2.6.3";
  version = "2.6.4";

  src = fetchFromGitHub {
    owner = "mheily";
    repo = "libkqueue";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-q9ycYeo8BriD9bZEozjkdHUg2xntQUZwbYX7d1IZPzk=";
    sha256 = "sha256-Lex/EmVMESScungJ6r/Br7TaoC4fcDHvDBJpryoe84E=";
  };

  nativeBuildInputs = [ cmake ];