iwd: 1.30 -> 2.0

This commit is contained in:
Maxine Aubrey 2022-12-08 22:36:43 +01:00
parent 607fe05ebb
commit 89f245f012
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.30";
version = "2.0";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-9uyYXxnxRqWvzrw3QXCOT/ZubQ8/nrB+b60jKn1hAJk=";
sha256 = "sha256-9eQ2fW3ha69ngugYonbYdqrpERqt8aM0Ed4HM0CrmUU=";
};
outputs = [ "out" "man" "doc" ]