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

iwd: 2.4 -> 2.5
This commit is contained in:
Nick Cao 2023-06-12 23:19:02 -06:00 committed by GitHub
commit 286750603d
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.4";
version = "2.5";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "sha256-X7jPheVePOaLY2kaAdpBwi5b/YrRZVqswOBu2RzsuHc=";
sha256 = "sha256-QGrZid1MVAofFcsnZ20f8RJdyNrVsRkUg2yPGC/iGVU=";
};
outputs = [ "out" "man" "doc" ]