flake: update asyncserial

Signed-off-by: Florian Agbuya <fa@m-labs.ph>
This commit is contained in:
Florian Agbuya 2024-10-01 13:04:42 +08:00 committed by Sébastien Bourdeauducq
parent 21cc0f7273
commit 333623e24b
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "m-labs"; owner = "m-labs";
repo = "asyncserial"; repo = "asyncserial";
rev = "d95bc1d6c791b0e9785935d2f62f628eb5cdf98d"; rev = "446559fec892a556876b17d17f182ae9647d5952";
sha256 = "0yzkka9jk3612v8gx748x6ziwykq5lr7zmr9wzkcls0v2yilqx9k"; sha256 = "sha256-WExmgh55sTH2w7wV3i96J1F1FN7L5rX3L/Ayvt2Kw/g=";
}; };
propagatedBuildInputs = [ pkgs.python3Packages.pyserial ]; propagatedBuildInputs = [ pkgs.python3Packages.pyserial ];
}; };