3
0
Fork 0
forked from mirrors/nixpkgs

esphome: 2023.3.0 -> 2023.3.1

This commit is contained in:
R. Ryantm 2023-03-24 18:44:35 +00:00
parent 6509fec2b7
commit 25056cca5a

View file

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.3.0";
version = "2023.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-L5sSB2RXBAE85idScv0zordi4TKiOiVt2HZpxB6e8H0=";
hash = "sha256-h35V6tg6TewqJiZ4T5t6RNNaT2JEzqhbnJgH6xqqqzs=";
};
postPatch = ''