renode-dts2repl: 0-unstable-2026-03-11 -> 0-unstable-2026-03-17 (#501892)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-21 21:37:12 +00:00
committed by GitHub
+3 -3
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2026-03-11";
version = "0-unstable-2026-03-17";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "2cffc375f750066e8b60957b7ff47f223e66849f";
hash = "sha256-WuDt/dWWbkE5ebGfo1RttxLyc7srzjCqXRBHuxIiTBU=";
rev = "288b8103ded283594db8bccaa3918fa5cfb63e3c";
hash = "sha256-PQKL9NMzYT0JHBTbn8Ed9b/bxDKaWXi5hCGWsQpaPok=";
};
nativeBuildInputs = [