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 ab6998e + 672973d commit e00cd56Copy full SHA for e00cd56
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-2024-12-12";
+ version = "0-unstable-2024-12-20";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "antmicro";
15
repo = "dts2repl";
16
- rev = "7030a464003fedd3960f3a9d7810dc9c27d8f11a";
17
- hash = "sha256-saRVU7PPrceoro/vYNRDpfdmghDCWQn2CAukHT5aQcc=";
+ rev = "323cc41b6864e53cb1b99bf909c779b739a8fccb";
+ hash = "sha256-CYgQ5CMVkHqOEPPaG74GVNhm8pa6ZpAtt54JrrDn+2M=";
18
};
19
20
nativeBuildInputs = [
0 commit comments