iwd: 2.7 -> 2.8

This commit is contained in:
Leona Maroni 2023-09-03 17:41:49 +02:00
parent 57b9e41dcc
commit e7ffffce82
No known key found for this signature in database
GPG key ID: D5B08ADFC75E3605

View file

@ -12,12 +12,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "2.7";
version = "2.8";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-UsyJYQB6YzwcL6H1nyCW8ZTpBzacZMAp39mCfsZqwHY=";
sha256 = "sha256-i+2R8smgLXooApj0Z5e03FybhYgw1X/kIsJkrDzW8y4=";
};
outputs = [ "out" "man" "doc" ]