microcom: 2019.01.0 -> 2023.09.0

Most importantly, this release switches to using flock on the TTY device
instead of lock files, which necessitated the constant use of --force.

Diff: https://github.com/pengutronix/microcom/compare/v2019.01.0...v2023.09.0

Changelog: https://github.com/pengutronix/microcom/releases/tag/v2023.09.0
This commit is contained in:
Ahmad Fatoum 2023-09-07 12:18:18 +02:00
parent 9278e88084
commit 46fc99a2b1

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "microcom";
version = "2019.01.0";
version = "2023.09.0";
src = fetchFromGitHub {
owner = "pengutronix";
repo = pname;
rev = "v${version}";
sha256 = "056v28hvagnzns6p8i3bq8609k82d3w1ab2lab5dr4cdfwhs4pqj";
hash = "sha256-CT/myxOK4U3DzliGsa45WMIFcYLjcoxx6w5S1NL5c7Y=";
};
nativeBuildInputs = [ autoreconfHook ];