Merge pull request #171087 from r-ryantm/auto-update/dtrx

dtrx: 8.2.2 -> 8.3.1
This commit is contained in:
Jonas Heinrich 2022-08-25 23:45:43 +02:00 committed by GitHub
commit 53f45437c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 =