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

renode-dts2repl: 0-unstable-2026-01-07 -> 0-unstable-2026-01-12 (#479916)

parents 1451da68 913b4d30
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-01-07";
  version = "0-unstable-2026-01-12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "1b072467e75464dc6171825e0ca44a2ffdb791a7";
    hash = "sha256-ctPp1B4pZSMBWjqtfOq6hqLvisrXyppvTiKXPrI94No=";
    rev = "b47b972dff8a835be2999cab8cd167d8778ce53a";
    hash = "sha256-34BEX7WaFZJVNeXxfPr6V6MGiqrIJ/Wdal8iwQkr4tQ=";
  };

  nativeBuildInputs = [