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

renode-dts2repl: 0-unstable-2025-02-19 -> 0-unstable-2025-03-05 (#387883)



Co-authored-by: default avatarotavio <otavio@ossystems.com.br>
parents b18dc74d a418f07b
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-02-19";
  version = "0-unstable-2025-03-05";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "68f90546ca0cb3c16864ac0569f560b869d81ca4";
    hash = "sha256-e8FeqKxqJDGNdTye4W1yxQi0hxK1RYZWCRdoJ1RbEXk=";
    rev = "3aa8ca84d3cba6043ebf9158b9fa1ce77beb7ea8";
    hash = "sha256-k2gaDI5eymAqhqW9XErR2QlU7VNoquAYi+8L1U6Lcg0=";
  };

  nativeBuildInputs = [