Commit 58e7457e authored by R. RyanTM's avatar R. RyanTM
Browse files

dtrx: 8.2.2 -> 8.3.1

parent b3e5f65d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

python3Packages.buildPythonApplication rec {
  pname = "dtrx";
  version = "8.2.2";
  version = "8.3.1";

  src = fetchFromGitHub {
    owner = "dtrx-py";
    repo = "dtrx";
    rev = version;
    sha256 = "sha256-thtBVGgKRYHOAFuxDvuFxcIHoyYAI58AiNCx4vuVXGs=";
    rev = "refs/tags/${version}";
    sha256 = "sha256-a8ZHIPunWGwI992HfgdRvJGtDfYUP50kFt/ROAqDO7E=";
  };

  postInstall =