Merge pull request #65408 from dtzWill/update/termdown-1.16.0

termdown: 1.15.0 -> 1.16.0
This commit is contained in:
Jörg Thalheim 2019-07-26 07:47:04 +01:00 committed by GitHub
commit 732163dae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "termdown-${version}";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
rev = version;
sha256 = "08l03yk5jc1g0gps789q1s2knnaqzlidy4s5q5nhwg9g25la19nr";
sha256 = "0k429ss1xifm9vbgyzpp71r79byn9jclvr0rm77bai2r8nz3s2vf";
repo = "termdown";
owner = "trehn";
};