Merge pull request #280907 from mfrw/mfrw/iwd-2.13

iwd: 2.12 -> 2.13
This commit is contained in:
maxine 2024-01-14 14:32:36 +01:00 committed by GitHub
commit 214a7d4eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "2.12";
version = "2.13";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
hash = "sha256-XlhzPEXYGmJvQ6ZfPK1nxbHibXLdNsDKhZ0UAIRmN6U=";
hash = "sha256-Nyp7Gm3JK6bLzAZxuEjxKnzAK/eAYUO5owMbG90WQ8E=";
};
outputs = [ "out" "man" "doc" ]