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

renode-dts2repl: 0-unstable-2025-12-29 -> 0-unstable-2026-01-07 (#477754)

parents 84d42163 891c1a37
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-29";
  version = "0-unstable-2026-01-07";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "aace53b51d6503bc5a2ba1ee2c6b1242a1795401";
    hash = "sha256-2leYwGFDy7rbaAo/fVOVHuej7Zuw2Vg7igfUEKf0IJg=";
    rev = "1b072467e75464dc6171825e0ca44a2ffdb791a7";
    hash = "sha256-ctPp1B4pZSMBWjqtfOq6hqLvisrXyppvTiKXPrI94No=";
  };

  nativeBuildInputs = [