Commit 08068f49 authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-dts2repl: unstable-2024-01-09 -> unstable-2024-01-20

parent df318b86
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-01-09";
  version = "unstable-2024-01-20";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "antmicro";
    repo = "dts2repl";
    rev = "429ebc65e0bcbd967ccfe1f9a970abd5b5b6258f";
    hash = "sha256-/62KAVIMCM6VNhW4rDqnKXOFrAO0cHpybGS3lconCqY=";
    rev = "bd09db556fa762cb1a4857d874545957d91b0010";
    hash = "sha256-bGDM23PuON4fx4pNCNVYw2bN0tIWjmwZqghhksAIVGA=";
  };

  nativeBuildInputs = [