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

renode-dts2repl: 0-unstable-2026-02-03 -> 0-unstable-2026-03-04 (#491333)

parents 3653a4b1 ac7d5b62
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-2026-02-03";
  version = "0-unstable-2026-03-04";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "9a95defc04faac0c3787082245656771a3de69e6";
    hash = "sha256-0zYTU3FVV8Inmu0Y1ZNm8RqMQBjJ4xpGKX99Tp3m0xs=";
    rev = "c0417ea78616572c543b3a6e4d2d1b5f03b7d9a9";
    hash = "sha256-gblaFhFI5N/95FW/cqUng4j6Lmlc/TVTejvwOlkIoXU=";
  };

  nativeBuildInputs = [