iwd: 1.15 -> 1.16

This commit is contained in:
Maxine Aubrey 2021-08-06 11:16:27 +02:00
parent bc4484fa11
commit 1590a4f82d
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -12,12 +12,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "1.15";
version = "1.16";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-qGQDIzJfeBT9VLwr9Ci9vXcM0ZvFvjL2E9PcKoZ8E94=";
sha256 = "sha256-Nu6vb5UOJ/KgmJZM4bMKwLpOoKMLcnZPYCqFBQjuCYY=";
};
outputs = [ "out" "man" ]