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

This commit is contained in:
R. Ryantm 2024-05-13 08:55:02 +00:00
parent 68f07ded73
commit 24cf8c3e9e

View File

@ -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 = [