tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libnetfilter_cttimeout: 1.0.0 -> 1.0.1
Izorkin
3 years ago
d5d49c40
05373e13
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libnetfilter_cttimeout
default.nix
+4
-2
pkgs/development/libraries/libnetfilter_cttimeout/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "libnetfilter_cttimeout";
5
5
-
version = "1.0.0";
5
5
+
version = "1.0.1";
6
6
7
7
src = fetchurl {
8
8
url = "https://netfilter.org/projects/libnetfilter_cttimeout/files/${pname}-${version}.tar.bz2";
9
9
-
sha256 = "aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba";
9
9
+
sha256 = "sha256-C1naLzIE4cgMuF0fbXIoX8B7AaL1Z4q/Xcz7vv1lAyU=";
10
10
};
11
11
+
12
12
+
outputs = [ "out" "dev" ];
11
13
12
14
nativeBuildInputs = [ pkg-config ];
13
15
buildInputs = [ libmnl ];