Merge pull request #292971 from r-ryantm/auto-update/renode-dts2repl

renode-dts2repl: unstable-2024-02-26 -> unstable-2024-02-29
This commit is contained in:
Nick Cao 2024-03-04 10:24:39 -05:00 committed by GitHub
commit b8a2d0a47a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "unstable-2024-02-26";
version = "unstable-2024-02-29";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "de8d8b276ceaae79ea90ed67065e9616e06b2558";
hash = "sha256-uiS/zzAf4lCg/yUAoci2JXrmwb3xsObuzSi1U08lSjo=";
rev = "a53f2f01039a462bdd7322d1fb315edd95033b6d";
hash = "sha256-DsHNS9pZu3ZWM3teG3pUi0EM+8znmCPTSGuzGmJ4IgU=";
};
nativeBuildInputs = [