Skip to content

Commit

Permalink
libnftnl: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
R. RyanTM committed Jun 14, 2018
1 parent 3e3a9e6 commit 011eda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libnftnl/default.nix
@@ -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 ];
Expand Down

0 comments on commit 011eda3

Please sign in to comment.