renode-dts2repl: 0-unstable-2024-06-11 -> 0-unstable-2024-06-21

This commit is contained in:
R. Ryantm 2024-06-21 19:41:19 +00:00
parent 47ea5bd487
commit e9aff92bf4

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2024-06-11";
version = "0-unstable-2024-06-21";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "7360c07d2ef1e32661a0efa04323e799d400a58e";
hash = "sha256-lN3IgLOAeMexWG5zQB9RxRld7Snl3aqNJt3fZV5hdnM=";
rev = "57a24220c5be33b2974c885bbe2f680c3799f3ce";
hash = "sha256-0KmJujGcsElzsVU0tsXtXLzh3oL8wBwai8gtxUu02H0=";
};
nativeBuildInputs = [