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

renode-dts2repl: 0-unstable-2026-03-11 -> 0-unstable-2026-03-17 (#501892)

parents 1cdefb26 54a9708f
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-03-11";
  version = "0-unstable-2026-03-17";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "2cffc375f750066e8b60957b7ff47f223e66849f";
    hash = "sha256-WuDt/dWWbkE5ebGfo1RttxLyc7srzjCqXRBHuxIiTBU=";
    rev = "288b8103ded283594db8bccaa3918fa5cfb63e3c";
    hash = "sha256-PQKL9NMzYT0JHBTbn8Ed9b/bxDKaWXi5hCGWsQpaPok=";
  };

  nativeBuildInputs = [