Commit 811da6b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-dts2repl: unstable-2024-02-14 -> unstable-2024-02-16

parent 28d6a724
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 = [