renode-dts2repl: 0-unstable-2025-11-26 -> 0-unstable-2025-12-18 (#472545)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-20 13:17:51 +00:00
committed by GitHub
+3 -3
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2025-11-26";
version = "0-unstable-2025-12-18";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "f0c3d27b0f190defce22eaba0cb3f0b410d5d3db";
hash = "sha256-Q90gF4UQqlRJ8Y116jp9gb/8hinpiTMg7QnXC7m2T+U=";
rev = "927f689d40c34fbe64f246abf9e6abf2d79f2fb5";
hash = "sha256-cR/rMXGOLNyQDJSg77AI8+sco446sQNI/4IuuWHLDhE=";
};
nativeBuildInputs = [