renode-dts2repl: 0-unstable-2025-09-01 -> 0-unstable-2025-09-24 (#446198)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
bae2b68c 8120eb47

+3 -3
+3 -3
pkgs/by-name/re/renode-dts2repl/package.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication { 9 9 pname = "renode-dts2repl"; 10 - version = "0-unstable-2025-09-01"; 10 + version = "0-unstable-2025-09-24"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "antmicro"; 15 15 repo = "dts2repl"; 16 - rev = "f0ecb42d5fd3a8d9d4b215c532b2824e8d22cf99"; 17 - hash = "sha256-jI0zpv3OpLWh+CUGP+duyr7s2waPZu0+ULxzX9VmHY8="; 16 + rev = "2ed0a3cc5e403486593455c407de76db5dce3c04"; 17 + hash = "sha256-0MINLYvBynI1OSJ8Rz0KH/fxf1YHTuOSQTdLgB+3Zwo="; 18 18 }; 19 19 20 20 nativeBuildInputs = [