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

This commit is contained in:
Franz Pletz 2023-07-10 15:10:55 +02:00 committed by GitHub
commit 3c08e25b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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