libnetfilter_conntrack: 1.0.6 -> 1.0.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libnetfilter_conntrack/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.0.7 with grep in /nix/store/05vjszwxnlqg6vhwm32ahsi1lri60hwq-libnetfilter_conntrack-1.0.7 - directory tree listing: https://gist.github.com/36bdb6f33ffd72101417b81a2251914f
This commit is contained in:
parent
2848bc31d4
commit
8013b38de6
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libnetfilter_conntrack-${version}";
|
||||
version = "1.0.6";
|
||||
version = "1.0.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://netfilter.org/projects/libnetfilter_conntrack/files/${name}.tar.bz2";
|
||||
sha256 = "1svzyf3rq9nbrcw1jsricgyhh7x1am8iqn6kjr6mzrw42810ik7g";
|
||||
sha256 = "1dl9z50yny04xi5pymlykwmy6hcfc9p4nd7m47697zwxw98m6s1k";
|
||||
};
|
||||
|
||||
buildInputs = [ libmnl ];
|
||||
|
Loading…
Reference in New Issue
Block a user