mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
libnetfilter_conntrack: fix hash
The version was bumped but the hash wasn't updated.
This commit is contained in:
parent
0de1939a77
commit
c9043e0c55
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://netfilter.org/projects/libnetfilter_conntrack/files/${name}.tar.bz2";
|
||||
sha256 = "0zcwjav1qgr7ikmvfmy7g3nc7s1kj4j4939d18mpyha9mwy4mv6r";
|
||||
sha256 = "0fnpja3g8s38cp7ipija5pvhfgna1gybn0z2bl276nk08fppv7gw";
|
||||
};
|
||||
|
||||
buildInputs = [ libmnl ];
|
||||
|
|
Loading…
Reference in a new issue