libnftnl: 1.1.0 -> 1.1.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libnftnl/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.1.1 with grep in /nix/store/mmg2pn2acsbya5c6nsx780hwfnxjjhg5-libnftnl-1.1.1
- directory tree listing: https://gist.github.com/ea1868a4328d55362322213018ecd807
- du listing: https://gist.github.com/59152a0c483d21545bad3d44052c7a1e
This commit is contained in:
R. RyanTM 2018-06-14 03:36:34 -07:00
parent 3e3a9e661d
commit 011eda39e1

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, libmnl }:
stdenv.mkDerivation rec {
version = "1.1.0";
version = "1.1.1";
name = "libnftnl-${version}";
src = fetchurl {
url = "https://netfilter.org/projects/libnftnl/files/${name}.tar.bz2";
sha256 = "0v4gywcjvv2vg4zk632al1zv3ad0lx87nshynv110l8n3fhsq3pc";
sha256 = "1wmgjfcb35mscb2srzia5931srygywrs1aznxmg67v177x0nasjx";
};
nativeBuildInputs = [ pkgconfig ];