Commit e9eb7636 authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-dts2repl: 0-unstable-2025-08-21 -> 0-unstable-2025-09-01

parent 33d95fc7
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-08-21";
  version = "0-unstable-2025-09-01";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "94e40c3622d08312226bed788b5d7970e06283c6";
    hash = "sha256-a8QlQujBQT1ho9JbZjKH2v0l5LugemlGzBKoSSheFMA=";
    rev = "f0ecb42d5fd3a8d9d4b215c532b2824e8d22cf99";
    hash = "sha256-jI0zpv3OpLWh+CUGP+duyr7s2waPZu0+ULxzX9VmHY8=";
  };

  nativeBuildInputs = [