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

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

renode-dts2repl: unstable-2024-02-14 -> unstable-2024-02-16
parents 85b63fd6 811da6b0
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-14";
  version = "unstable-2024-02-16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "b31d32ff4d02577f17bad214d8d7d17f0a5d0466";
    hash = "sha256-BgbCS4wRoV4/Rt+nLPQGQh25YEnXMqIz3RXEbQEmZuE=";
    rev = "83c35ebd87c000f37a0b873e7c82134da7daa7a2";
    hash = "sha256-ga9D/5MkAso9NVK7cv2JryOoDF+a2ORN4MVQ3uns/zk=";
  };

  nativeBuildInputs = [