Commit 24cf8c3e authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-dts2repl: 0-unstable-2024-04-30 -> 0-unstable-2024-05-09

parent 68f07ded
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-04-30";
  version = "0-unstable-2024-05-09";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "dc2212318aec6c2aa6920795e16fab7dfcb8796e";
    hash = "sha256-XY2rQqu2CSKRImx0GmC5ggTZTyvrtX+LvqkYj0sEBuU=";
    rev = "b95c930c2122e227bbacee42f35933a4c2d40771";
    hash = "sha256-Sax+ckln+R6ll/UPztESJEjO8dtq8THmi309CaFTv0I=";
  };

  nativeBuildInputs = [