renode-dts2repl: 0-unstable-2025-01-14 -> 0-unstable-2025-01-31

This commit is contained in:
R. Ryantm 2025-02-07 18:34:33 +00:00
parent 292137434b
commit ed0460e075

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2025-01-14";
version = "0-unstable-2025-01-31";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "cba1604ee130e7fa831392b315b55a142c5adc46";
hash = "sha256-8xFixNOPFL5af+6Lbp84Z6C/ZFWsCcKPf6G4KpBbj/A=";
rev = "fb9a4a69a79701ffc40672ac85001a75c39d02f3";
hash = "sha256-Ud6GQgPw5nMW5crHZWSRur0EWuKfWd60OvVizslWQ4U=";
};
nativeBuildInputs = [