summary refs log tree commit diff
path: root/pkgs/development/embedded
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-28 14:13:56 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-28 14:15:23 +0100
commitcc9f4a40758012d32768b98d76a753f84679182a (patch)
tree1294e968bb268570108128cd9c124fcdfbe8503b /pkgs/development/embedded
parentd935c8f2d403f56ea7d3ad8f7c000b2ab0eac558 (diff)
downloadnixpkgs-cc9f4a40758012d32768b98d76a753f84679182a.tar
nixpkgs-cc9f4a40758012d32768b98d76a753f84679182a.tar.gz
nixpkgs-cc9f4a40758012d32768b98d76a753f84679182a.tar.bz2
nixpkgs-cc9f4a40758012d32768b98d76a753f84679182a.tar.lz
nixpkgs-cc9f4a40758012d32768b98d76a753f84679182a.tar.xz
nixpkgs-cc9f4a40758012d32768b98d76a753f84679182a.tar.zst
nixpkgs-cc9f4a40758012d32768b98d76a753f84679182a.zip
platformio: relax zeroconf constraint
Diffstat (limited to 'pkgs/development/embedded')
-rw-r--r--pkgs/development/embedded/platformio/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/embedded/platformio/core.nix b/pkgs/development/embedded/platformio/core.nix
index 711d31be365..31255aaca53 100644
--- a/pkgs/development/embedded/platformio/core.nix
+++ b/pkgs/development/embedded/platformio/core.nix
@@ -174,7 +174,7 @@ with python.pkgs; buildPythonApplication rec {
       --subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data}'
 
     substituteInPlace setup.py \
-      --replace "zeroconf==0.28.*" "zeroconf"
+      --replace "zeroconf==0.37.*" "zeroconf"
   '';
 
   meta = with lib; {