Commit 46fc99a2 authored by Ahmad Fatoum's avatar Ahmad Fatoum
Browse files

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
parent 9278e880
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];