Merge pull request #233346 from r-ryantm/auto-update/iwd

iwd: 2.3 -> 2.4
This commit is contained in:
maxine 2023-05-22 10:33:38 +02:00 committed by GitHub
commit f95c07634d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "2.3";
version = "2.4";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-xI/zl7yYWZpoag7RZIL06aUNVgrHDOBEn93dbWBG48I=";
sha256 = "sha256-X7jPheVePOaLY2kaAdpBwi5b/YrRZVqswOBu2RzsuHc=";
};
outputs = [ "out" "man" "doc" ]