renode-dts2repl: 0-unstable-2025-06-16 -> 0-unstable-2025-07-08

This commit is contained in:
R. Ryantm 2025-07-12 00:14:58 +00:00 committed by Weijia Wang
parent 97234ec272
commit 9a9c4eee45

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2025-06-16";
version = "0-unstable-2025-07-08";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "65232f0be8d171650e050690ade02c50755241c4";
hash = "sha256-v/RzEXRie3O37DVVY7bX09rnXMLH7L99o8sWPOPnDOw=";
rev = "9c75757b1de9e1bd93d1b1de5d516a65c481b026";
hash = "sha256-m3v/HQKDHhfmk7vjbSGxZiyAK2/5b8FVszJjNDHQj2Y=";
};
nativeBuildInputs = [