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

renode-dts2repl: 0-unstable-2026-03-31 -> 0-unstable-2026-04-15 (#510369)

parents def8fb7a 1023e6a9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication {
  pname = "renode-dts2repl";
  version = "0-unstable-2026-03-31";
  version = "0-unstable-2026-04-15";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "89cecd8984777404ce0c905ad3f431131e8ffe8e";
    hash = "sha256-BFAK3RDLTbMLVZRrirAFpK0FwGNKY1paz4HgtbSndfs=";
    rev = "92936115afd0a696399cc9b2b79145ac03d4a92c";
    hash = "sha256-YTdkEKm4C0bgAGnNOcnAxWaGFpOx43Jx8jTBe2YToto=";
  };

  nativeBuildInputs = [