renode-dts2repl: unstable-2024-03-24 -> unstable-2024-04-16

This commit is contained in:
R. Ryantm 2024-04-17 07:53:50 +00:00
parent 4a04be9a3c
commit 1ddecd7cd4
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "unstable-2024-03-24";
version = "unstable-2024-04-16";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "b581d3b7e68f7822110bc4895f7826f3505be21c";
hash = "sha256-Syu5DC8FP9Lyc7CVmUp38Vr3K7FK2Pv/jodzgnSB3cE=";
rev = "83e2d743202684eb1f89a1b93e859c69cd736455";
hash = "sha256-iD+59mrFNVRu6g58XXLR2Pg8oDpNIiI/+TyCdbRbjtM=";
};
nativeBuildInputs = [