renode-dts2repl: 0-unstable-2024-12-12 -> 0-unstable-2024-12-20

This commit is contained in:
R. Ryantm
2024-12-23 11:50:49 +00:00
parent 6f50feb417
commit 672973d6b5
+3 -3
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2024-12-12";
version = "0-unstable-2024-12-20";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "7030a464003fedd3960f3a9d7810dc9c27d8f11a";
hash = "sha256-saRVU7PPrceoro/vYNRDpfdmghDCWQn2CAukHT5aQcc=";
rev = "323cc41b6864e53cb1b99bf909c779b739a8fccb";
hash = "sha256-CYgQ5CMVkHqOEPPaG74GVNhm8pa6ZpAtt54JrrDn+2M=";
};
nativeBuildInputs = [