mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-03 11:37:02 +00:00
libnetfilter_queue: 1.0.3 -> 1.0.4
This commit is contained in:
parent
bba6d992f8
commit
0c03dbf0a3
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, libmnl, libnfnetlink }:
|
{ stdenv, fetchurl, pkgconfig, libmnl, libnfnetlink }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
pname = "libnetfilter_queue";
|
pname = "libnetfilter_queue";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.netfilter.org/projects/libnetfilter_queue/files/${pname}-${version}.tar.bz2";
|
url = "https://www.netfilter.org/projects/libnetfilter_queue/files/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0x77m1fvbqzz5z64jz59fb6j8dvv8b9pg4fmznqwax4x6imjcncq";
|
sha256 = "0w7s6g8bikch1m4hnxdakpkwgrkw64ikb6wb4v4zvgyiywrk5yai";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue