tym: 3.4.1 -> 3.5.0
This commit is contained in:
parent
f185bbf881
commit
beb1dda3e7
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tym";
|
pname = "tym";
|
||||||
version = "3.4.1";
|
version = "3.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "endaaman";
|
owner = "endaaman";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-5pXNOuMT2/G+m6XoTrwNTCGNfISLLy0wQpVPhQJzs4s=";
|
sha256 = "sha256-aXV3TNjHxg/9Lb2o+ci5/cCAPbkWhxqOka3wv21ajSA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Lua-configurable terminal emulator";
|
description = "Lua-configurable terminal emulator";
|
||||||
homepage = "https://github.com/endaaman/tym";
|
homepage = "https://github.com/endaaman/tym";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.wesleyjrz ];
|
maintainers = with maintainers; [ wesleyjrz kashw2 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue