Unverified Commit 98d24eaa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #253831 from a3f/a3f/microcom-bump

microcom: 2019.01.0 -> 2023.09.0
parents 4e705b16 46fc99a2
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 ];