about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/tym/default.nix
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-03 21:12:24 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-03 21:12:34 +1000
commitbeb1dda3e79e9c3c8ee68ffabd8650320ca84ca0 (patch)
tree1d07831eb56be0235ed5f370bd67eb0deaf98777 /pkgs/applications/terminal-emulators/tym/default.nix
parentf185bbf881a19a21ee7ec9d9ac9745d2d6e14e6f (diff)
tym: 3.4.1 -> 3.5.0
Diffstat (limited to 'pkgs/applications/terminal-emulators/tym/default.nix')
-rw-r--r--pkgs/applications/terminal-emulators/tym/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/tym/default.nix b/pkgs/applications/terminal-emulators/tym/default.nix
index 91a0b528c8db2..d999bb5db2979 100644
--- a/pkgs/applications/terminal-emulators/tym/default.nix
+++ b/pkgs/applications/terminal-emulators/tym/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tym";
-  version = "3.4.1";
+  version = "3.5.0";
 
   src = fetchFromGitHub {
     owner = "endaaman";
     repo = "${pname}";
     rev = version;
-    sha256 = "sha256-5pXNOuMT2/G+m6XoTrwNTCGNfISLLy0wQpVPhQJzs4s=";
+    sha256 = "sha256-aXV3TNjHxg/9Lb2o+ci5/cCAPbkWhxqOka3wv21ajSA=";
   };
 
   nativeBuildInputs = [
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     description = "Lua-configurable terminal emulator";
     homepage = "https://github.com/endaaman/tym";
     license = licenses.mit;
-    maintainers = [ maintainers.wesleyjrz ];
+    maintainers = with maintainers; [ wesleyjrz kashw2 ];
     platforms = platforms.linux;
   };
 }