libmnl: 1.0.3 -> 1.0.4

This commit is contained in:
Franz Pletz 2016-09-01 12:23:41 +02:00
parent 684f08166c
commit 58a9e368ac
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libmnl-1.0.3";
name = "libmnl-1.0.4";
src = fetchurl {
url = "http://netfilter.org/projects/libmnl/files/${name}.tar.bz2";
sha1 = "c27e25f67c6422ebf893fc3a844af8085a1c5b63";
sha256 = "108zampspaalv44zn0ar9h386dlfixpd149bnxa5hsi8kxlqj7qp";
};
meta = {