renode-dts2repl: 0-unstable-2024-05-29 -> 0-unstable-2024-05-31

This commit is contained in:
Otavio Salvador
2024-06-03 13:38:55 -03:00
parent 2a7a7ceca4
commit 5a89767c33
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2024-05-29";
version = "0-unstable-2024-05-31";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "ed137a21c1d18272a16d6801de1029d183ab11c8";
hash = "sha256-SbWRgTz/zxLcM+Zr0IW4gZTspumFSDA9FcfOwAGOeUI=";
rev = "fadea1fb13d562e52de95d3f2724c4110bb258d0";
hash = "sha256-Jbog3YgaoTUEdb1G9eS9SAhlbQRITS2jSsp0yeTHdnI=";
};
nativeBuildInputs = [