Unverified Commit c398bf0f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

renode-dts2repl: 0-unstable-2025-08-01 -> 0-unstable-2025-08-08 (#433897)



Co-authored-by: default avatarotavio <otavio@ossystems.com.br>
parents cedc4cc9 ee27bcd3
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-01";
  version = "0-unstable-2025-08-08";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "c281274af377459710de24eb44672bb9a37d10b1";
    hash = "sha256-K2dlQHBKDNh5ndGvbRr35AMG/g1Bvmsumr9uBuRxHZ8=";
    rev = "0e49cbea7b4047ffec3bb35a59f2ec6dc4606a48";
    hash = "sha256-YfaOPWJ113UDjmKgj6eaN9bcIk9iW1nc2jeN3M+LyB8=";
  };

  nativeBuildInputs = [