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

+2 -2
+2 -2
pkgs/applications/terminal-emulators/microcom/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "microcom"; 9 - version = "2019.01.0"; 9 + version = "2023.09.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "pengutronix"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "056v28hvagnzns6p8i3bq8609k82d3w1ab2lab5dr4cdfwhs4pqj"; 15 + hash = "sha256-CT/myxOK4U3DzliGsa45WMIFcYLjcoxx6w5S1NL5c7Y="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ autoreconfHook ];