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

renode-dts2repl: 0-unstable-2026-04-15 -> 0-unstable-2026-04-30 (#512970)

parents 90aaa824 a235445b
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-04-15";
  version = "0-unstable-2026-04-30";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "92936115afd0a696399cc9b2b79145ac03d4a92c";
    hash = "sha256-YTdkEKm4C0bgAGnNOcnAxWaGFpOx43Jx8jTBe2YToto=";
    rev = "6a1339b59a0ba5823c812f96d8fcc44c7691660f";
    hash = "sha256-bMPdMJbxzk+/DYgU4lminLjuWEB5nhvxFU9FlO3UcqE=";
  };

  nativeBuildInputs = [