3
0
Fork 0
forked from mirrors/nixpkgs

platformio: override zeroconf

This commit is contained in:
Fabian Affolter 2021-11-25 10:49:51 +01:00
parent 81e2e672a4
commit 398168af52

View file

@ -49,6 +49,16 @@ let
sha256 = "074smp3448wcazlhc7sb8r54l4kfavr6yks3w5x60zl1qpijf52r";
};
});
zeroconf = super.zeroconf.overridePythonAttrs (oldAttrs: rec {
version = "0.36.13";
src = fetchFromGitHub {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
sha256 = "aYNb67ESyz2Q2CKLhG+/Z8Xtt0Js8uf+xrVSEpY0X8c=";
};
});
};
};
in