forked from mirrors/nixpkgs
termdown: 1.11.0 -> 1.14.1 (#48443)
This commit is contained in:
parent
d3086b71fc
commit
e4c54f1cc8
|
@ -6,11 +6,11 @@ with stdenv.lib;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
|
|
||||||
name = "termdown-${version}";
|
name = "termdown-${version}";
|
||||||
version = "1.11.0";
|
version = "1.14.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "d1e3504e02ad49013595112cb03fbf175822e58d";
|
rev = version;
|
||||||
sha256 = "1i6fxymg52q95n0cbm4imdxh6yvpj3q57yf7w9z5d9pr35cf1iq5";
|
sha256 = "0jgjzglna0gwp0j31l48pny69szslczl13aahwjfjypkv9lx8w2a";
|
||||||
repo = "termdown";
|
repo = "termdown";
|
||||||
owner = "trehn";
|
owner = "trehn";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue