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

renode-dts2repl: 0-unstable-2025-12-18 -> 0-unstable-2025-12-29 (#475905)

parents e1cafd3c 77c3c72d
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-12-18";
  version = "0-unstable-2025-12-29";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "927f689d40c34fbe64f246abf9e6abf2d79f2fb5";
    hash = "sha256-cR/rMXGOLNyQDJSg77AI8+sco446sQNI/4IuuWHLDhE=";
    rev = "aace53b51d6503bc5a2ba1ee2c6b1242a1795401";
    hash = "sha256-2leYwGFDy7rbaAo/fVOVHuej7Zuw2Vg7igfUEKf0IJg=";
  };

  nativeBuildInputs = [