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
3
stdenv.mkDerivation rec {
4
pname = "tym";
5
-
version = "3.4.1";
6
7
src = fetchFromGitHub {
8
owner = "endaaman";
9
repo = "${pname}";
10
rev = version;
11
-
sha256 = "sha256-5pXNOuMT2/G+m6XoTrwNTCGNfISLLy0wQpVPhQJzs4s=";
12
};
13
14
nativeBuildInputs = [
···
27
description = "Lua-configurable terminal emulator";
28
homepage = "https://github.com/endaaman/tym";
29
license = licenses.mit;
30
-
maintainers = [ maintainers.wesleyjrz ];
31
platforms = platforms.linux;
32
};
33
}
···
2
3
stdenv.mkDerivation rec {
4
pname = "tym";
5
+
version = "3.5.0";
6
7
src = fetchFromGitHub {
8
owner = "endaaman";
9
repo = "${pname}";
10
rev = version;
11
+
sha256 = "sha256-aXV3TNjHxg/9Lb2o+ci5/cCAPbkWhxqOka3wv21ajSA=";
12
};
13
14
nativeBuildInputs = [
···
27
description = "Lua-configurable terminal emulator";
28
homepage = "https://github.com/endaaman/tym";
29
license = licenses.mit;
30
+
maintainers = with maintainers; [ wesleyjrz kashw2 ];
31
platforms = platforms.linux;
32
};
33
}