Unverified Commit da3244e4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

renode-dts2repl: unstable-2024-02-23 -> unstable-2024-02-26
parents 620e58ce 62c0d92c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication {
  pname = "renode-dts2repl";
  version = "unstable-2024-02-23";
  version = "unstable-2024-02-26";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "ae616f4f6a70a2f497c2a9ce8c9c64b34238e553";
    hash = "sha256-2Q7hfXf9nCrmHxJ0S8njF5zIgcGXaRPPVogtsPgLLsI=";
    rev = "de8d8b276ceaae79ea90ed67065e9616e06b2558";
    hash = "sha256-uiS/zzAf4lCg/yUAoci2JXrmwb3xsObuzSi1U08lSjo=";
  };

  nativeBuildInputs = [