Unverified Commit 6d9255e6 authored by dish's avatar dish Committed by GitHub
Browse files

renode-dts2repl: 0-unstable-2025-10-31 -> 0-unstable-2025-11-06 (#460323)

parents 9fda0faf 34b571b0
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-2025-10-31";
  version = "0-unstable-2025-11-06";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "fc98e35232d4698f4947037c5b17a6bb9966a43c";
    hash = "sha256-4Mbm+Oc3qkdUXPbqPmnKzuSBS0BtRk3Yw56lDTCZeik=";
    rev = "868d264f2cdfc42cf553ac4c2b7bf9729294758c";
    hash = "sha256-7vHZZqn+uy+iZlSnG/CZiBup0KvcfMeBX3CgQJuF4hI=";
  };

  nativeBuildInputs = [