about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-02 09:53:33 -0400
committerGitHub <noreply@github.com>2024-05-02 09:53:33 -0400
commitab084b0bc7bfe026902a2fbe232bd89d31e8bbf6 (patch)
tree2018e199b564a8e9eac87b5c0328662e3b914276 /pkgs/applications
parent5dc4c9d85eed77cb82bbee20e2ed327d78f656c6 (diff)
parenta6e62de6a77fca1b97e5af2a8888f42949198de9 (diff)
Merge pull request #308508 from r-ryantm/auto-update/tym
tym: 3.5.0 -> 3.5.1
Diffstat (limited to 'pkgs/applications')
-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 acfbbb48943d0..562e06176130c 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.5.0";
+  version = "3.5.1";
 
   src = fetchFromGitHub {
     owner = "endaaman";
     repo = "${pname}";
     rev = version;
-    sha256 = "sha256-aXV3TNjHxg/9Lb2o+ci5/cCAPbkWhxqOka3wv21ajSA=";
+    sha256 = "sha256-53XAHyDiFPUTmw/rgoEoSoh+c/t4rS12gxwH1yKHqvw=";
   };
 
   nativeBuildInputs = [