mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
libnftnl: 1.0.8 -> 1.0.9
This commit is contained in:
parent
990ff97c6d
commit
25eeb15794
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user