mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
libnftnl: 1.2.8 -> 1.2.9
Changes: https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.2.9
This commit is contained in:
parent
6e3a80e8db
commit
8a378f44d1
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.2.8";
|
||||
version = "1.2.9";
|
||||
pname = "libnftnl";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://netfilter.org/projects/${pname}/files/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-N/6l1rXJsI3nkg0pjePNyULnrmSxo+i4gLLTkK5nrZU=";
|
||||
hash = "sha256-6MIWJV4SnyYnBjn+53dSZWZaMbEaqSAlPD5dXWLfxLg=";
|
||||
};
|
||||
|
||||
configureFlags = lib.optional (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue