tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tym: 3.4.1 -> 3.5.0
kashw2
2 years ago
beb1dda3
f185bbf8
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
terminal-emulators
tym
default.nix
+3
-3
pkgs/applications/terminal-emulators/tym/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "tym";
5
5
-
version = "3.4.1";
5
5
+
version = "3.5.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "endaaman";
9
9
repo = "${pname}";
10
10
rev = version;
11
11
-
sha256 = "sha256-5pXNOuMT2/G+m6XoTrwNTCGNfISLLy0wQpVPhQJzs4s=";
11
11
+
sha256 = "sha256-aXV3TNjHxg/9Lb2o+ci5/cCAPbkWhxqOka3wv21ajSA=";
12
12
};
13
13
14
14
nativeBuildInputs = [
···
27
27
description = "Lua-configurable terminal emulator";
28
28
homepage = "https://github.com/endaaman/tym";
29
29
license = licenses.mit;
30
30
-
maintainers = [ maintainers.wesleyjrz ];
30
30
+
maintainers = with maintainers; [ wesleyjrz kashw2 ];
31
31
platforms = platforms.linux;
32
32
};
33
33
}