summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/tym
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-19 01:07:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-19 01:07:08 +0000
commitb50f0f485df6c0d5a95e164022aa9b743bdb2c30 (patch)
tree24987affd57c06750d95997713167db4930e344e /pkgs/applications/terminal-emulators/tym
parent479fc5215fcecd0f736df1727e01dd114152bf0c (diff)
tym: 3.4.0 -> 3.4.1
Diffstat (limited to 'pkgs/applications/terminal-emulators/tym')
-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 925de9382a65a..3dcf23170209c 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.0";
+  version = "3.4.1";
 
   src = fetchFromGitHub {
     owner = "endaaman";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "sha256-BYWfrvodmrOw2so64Y+bzTWwXosR1NjgrimULTuQu94=";
+    sha256 = "sha256-5pXNOuMT2/G+m6XoTrwNTCGNfISLLy0wQpVPhQJzs4s=";
   };
 
   nativeBuildInputs = [