Sergei Trofimovich 2024-03-30 17:35:39 +00:00
parent 3488e37419
commit 0ac77691c9

View File

@ -13,12 +13,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "iwd"; pname = "iwd";
version = "2.16"; version = "2.17";
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;
hash = "sha256-YWtiI2HkGyIdUeBXerQtN5UvgaMaUs9eoG88ZUQRrDg="; hash = "sha256-o/Q8vUtB4Yiz1x+/6+8LUKUQNtiAmwcdh++/tTUN4mM=";
}; };
outputs = [ "out" "man" "doc" ] outputs = [ "out" "man" "doc" ]
@ -81,9 +81,9 @@ stdenv.mkDerivation rec {
postFixup = '' postFixup = ''
substituteInPlace $out/share/dbus-1/system-services/net.connman.ead.service \ substituteInPlace $out/share/dbus-1/system-services/net.connman.ead.service \
--replace /bin/false ${coreutils}/bin/false --replace-fail /bin/false ${coreutils}/bin/false
substituteInPlace $out/share/dbus-1/system-services/net.connman.iwd.service \ substituteInPlace $out/share/dbus-1/system-services/net.connman.iwd.service \
--replace /bin/false ${coreutils}/bin/false --replace-fail /bin/false ${coreutils}/bin/false
''; '';
enableParallelBuilding = true; enableParallelBuilding = true;