renode-dts2repl: unstable-2024-02-29 -> unstable-2024-03-12

This commit is contained in:
R. Ryantm
2024-03-16 08:09:02 +00:00
parent b484a25daf
commit 13a02adbfb
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "unstable-2024-02-29";
version = "unstable-2024-03-12";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "a53f2f01039a462bdd7322d1fb315edd95033b6d";
hash = "sha256-DsHNS9pZu3ZWM3teG3pUi0EM+8znmCPTSGuzGmJ4IgU=";
rev = "eff98d616e3541e54ca783c84f598c9e348a76a8";
hash = "sha256-qNHj5WOSca04ceGeRNa60M6cH9/rRHLEF1YX75yYDO8=";
};
nativeBuildInputs = [