Commit 13a02adb authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-dts2repl: unstable-2024-02-29 -> unstable-2024-03-12

parent b484a25d
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-29";
  version = "unstable-2024-03-12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "a53f2f01039a462bdd7322d1fb315edd95033b6d";
    hash = "sha256-DsHNS9pZu3ZWM3teG3pUi0EM+8znmCPTSGuzGmJ4IgU=";
    rev = "eff98d616e3541e54ca783c84f598c9e348a76a8";
    hash = "sha256-qNHj5WOSca04ceGeRNa60M6cH9/rRHLEF1YX75yYDO8=";
  };

  nativeBuildInputs = [