Merge pull request #33885 from Izorkin/libnftnl

libnftnl: 1.0.8 -> 1.0.9
This commit is contained in:
Jörg Thalheim 2018-01-17 16:44:27 +00:00 committed by GitHub
commit 57da1b6f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
{ stdenv, fetchurl, pkgconfig, libmnl }:
stdenv.mkDerivation rec {
name = "libnftnl-1.0.8";
version = "1.0.9";
name = "libnftnl-${version}";
src = fetchurl {
url = "http://netfilter.org/projects/libnftnl/files/${name}.tar.bz2";
sha256 = "0f10cfiyl4c0f8k3brxfrw28x7a6qvrakaslg4jgqncwxycxggg6";
url = "https://netfilter.org/projects/libnftnl/files/${name}.tar.bz2";
sha256 = "0d9nkdbdck8sg6msysqyv3m9kjr9sjif5amf26dfa0g3mqjdihgy";
};
nativeBuildInputs = [ pkgconfig ];