tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libkqueue: 2.6.2 -> 2.6.3
R. Ryantm
6 months ago
85c3cf42
be57485f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libkqueue
package.nix
+2
-2
pkgs/by-name/li/libkqueue/package.nix
···
7
7
8
8
stdenv.mkDerivation rec {
9
9
pname = "libkqueue";
10
10
-
version = "2.6.2";
10
10
+
version = "2.6.3";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "mheily";
14
14
repo = "libkqueue";
15
15
rev = "v${version}";
16
16
-
sha256 = "sha256-5Zds9sqHkFldJf3ThTPOiaGKohmFcIzY0ARDA0iswVk=";
16
16
+
sha256 = "sha256-q9ycYeo8BriD9bZEozjkdHUg2xntQUZwbYX7d1IZPzk=";
17
17
};
18
18
19
19
nativeBuildInputs = [ cmake ];