libnetfilter_cthelper: 1.0.0 -> 1.0.1

main
Izorkin 2 years ago
parent d7f012f33c
commit 05373e130b
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09
  1. 6
      pkgs/development/libraries/libnetfilter_cthelper/default.nix

@ -2,13 +2,15 @@
stdenv.mkDerivation rec {
pname = "libnetfilter_cthelper";
version = "1.0.0";
version = "1.0.1";
src = fetchurl {
url = "https://netfilter.org/projects/libnetfilter_cthelper/files/${pname}-${version}.tar.bz2";
sha256 = "07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d";
sha256 = "sha256-FAc9VIcjOJc1XT/wTdwcjQPMW6jSNWI2qogWGp8tyRI=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libmnl ];

Loading…
Cancel
Save