iwd: 2.0 -> 2.1

This commit is contained in:
Maxine Aubrey 2022-12-29 00:16:01 +01:00
parent b21655f661
commit 0201a05469
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 = "2.0";
version = "2.1";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-9eQ2fW3ha69ngugYonbYdqrpERqt8aM0Ed4HM0CrmUU=";
sha256 = "sha256-Aq038SG8vuxCA6mYOP5I6VWCUty5vgdbpAa9J+bIfZM=";
};
outputs = [ "out" "man" "doc" ]