iwd: 3.0 -> 3.1 (#354413)

This commit is contained in:
kirillrdy
2024-11-08 19:42:40 +11:00
committed by GitHub
+2 -2
View File
@@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "3.0";
version = "3.1";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
hash = "sha256-pkren8mF0xg5yrkaIrMJ5auq+7w8VAldbgVflE2BmlM=";
hash = "sha256-WVtZiNcmQRo6reMu9nkB0Z/Y2AAq+FF8F1xB0Tcth0U=";
};
outputs = [ "out" "man" "doc" ]