about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-27 05:35:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-27 05:35:01 +0000
commit98bfdf8f32d820370e7768c0c0627ab92fcd4fd1 (patch)
tree4b811de369b3e42558d909d77eb9d9fbb7fe6065 /pkgs/applications/terminal-emulators
parent32e7d3f420607c2d7f9fe66fdd945a2f95c7fded (diff)
tym: 3.3.0 -> 3.4.0
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/tym/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/tym/default.nix b/pkgs/applications/terminal-emulators/tym/default.nix
index b85133e7aecb1..925de9382a65a 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.3.0";
+  version = "3.4.0";
 
   src = fetchFromGitHub {
     owner = "endaaman";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "sha256-ufIYJgbHmSJJbnx4hyDx0DmIjaGCxKXtiekcXcyka14=";
+    sha256 = "sha256-BYWfrvodmrOw2so64Y+bzTWwXosR1NjgrimULTuQu94=";
   };
 
   nativeBuildInputs = [