renode-dts2repl: 0-unstable-2025-11-21 -> 0-unstable-2025-11-26 (#466479)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-01 12:06:26 +00:00
committed by GitHub
+3 -3
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2025-11-21";
version = "0-unstable-2025-11-26";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "a4e216d0bef24c92674913f261197d17292def5c";
hash = "sha256-hgdT7mQ7ociy518WK0Z6s6LfUluwWH8SDJhhfjdz29g=";
rev = "f0c3d27b0f190defce22eaba0cb3f0b410d5d3db";
hash = "sha256-Q90gF4UQqlRJ8Y116jp9gb/8hinpiTMg7QnXC7m2T+U=";
};
nativeBuildInputs = [