We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8d20ec + 650486e commit 901b434Copy full SHA for 901b434
pkgs/by-name/re/renode-dts2repl/package.nix
@@ -7,14 +7,14 @@
7
8
python3.pkgs.buildPythonApplication {
9
pname = "renode-dts2repl";
10
- version = "0-unstable-2025-05-28";
+ version = "0-unstable-2025-06-09";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "antmicro";
15
repo = "dts2repl";
16
- rev = "8413c5a08ed53867493b2a08fd4c730d7b419ee7";
17
- hash = "sha256-Dl/JzkUP/mNBxz20C4qH5B3qpXjd4/q/r5n0RO3ga+U=";
+ rev = "f7419099a1678a1de3e20324b67c5e2baff24be6";
+ hash = "sha256-RG/3UZkuivou+jedyfqcORr0y6DY5EUnPwC6IPPC+aU=";
18
};
19
20
nativeBuildInputs = [
0 commit comments