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:
parent
9278e88084
commit
46fc99a2b1
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue