termdown: 1.11.0 -> 1.14.1 (#48443)

This commit is contained in:
Will Dietz 2018-10-15 01:14:26 -05:00 committed by xeji
parent d3086b71fc
commit e4c54f1cc8

View File

@ -6,11 +6,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "termdown-${version}";
version = "1.11.0";
version = "1.14.1";
src = fetchFromGitHub {
rev = "d1e3504e02ad49013595112cb03fbf175822e58d";
sha256 = "1i6fxymg52q95n0cbm4imdxh6yvpj3q57yf7w9z5d9pr35cf1iq5";
rev = version;
sha256 = "0jgjzglna0gwp0j31l48pny69szslczl13aahwjfjypkv9lx8w2a";
repo = "termdown";
owner = "trehn";
};