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

renode-dts2repl: 0-unstable-2024-08-30 -> 0-unstable-2024-09-05 (#340676)

parents d344cafc d7b100d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication {
  pname = "renode-dts2repl";
  version = "0-unstable-2024-08-30";
  version = "0-unstable-2024-09-05";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "231e1330c3210d31f08bf739ef69f096f0732291";
    hash = "sha256-oD67tMJ23FBZzELtTdFZ2E7AtKs9m3T6L1rRuibfvY8=";
    rev = "3444d8aa86bb4ad3907c7d6886feafd65b8c2ff8";
    hash = "sha256-aHSuu9dYmY4ZKs6bzJostzeO1hFgkt/VBAbs2Ntj6dU=";
  };

  nativeBuildInputs = [