Merge pull request #65408 from dtzWill/update/termdown-1.16.0
termdown: 1.15.0 -> 1.16.0
This commit is contained in:
commit
732163dae6
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user