1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libnftnl: 1.0.8 -> 1.0.9

This commit is contained in:
Izorkin 2018-01-15 09:33:44 +03:00
parent 990ff97c6d
commit 25eeb15794

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 ];