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

Merge pull request #334310 from r-ryantm/auto-update/renode-dts2repl

renode-dts2repl: 0-unstable-2024-07-31 -> 0-unstable-2024-08-01
parents 4926ca9d 52b97c2a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication {
  pname = "renode-dts2repl";
  version = "0-unstable-2024-07-31";
  version = "0-unstable-2024-08-01";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "06c914e63ce088e5061045f106db10d9f4c37437";
    hash = "sha256-NGrof48RBQiz6KNrTJhms1QfHvDZ5RieMeS+GoV3f9g=";
    rev = "66db6a61b044d308db21dbd991e5caa2149feb65";
    hash = "sha256-ogAxBFXwymn3im/GS5cbkiJ/AwMt/dQrKemvQWOOcGI=";
  };

  nativeBuildInputs = [