dtrx: 8.2.2 -> 8.3.1
This commit is contained in:
parent
b3e5f65dce
commit
58e7457e2a
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user