about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/mlterm
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-04-09 19:05:21 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-04-09 17:37:08 -0300
commit89ec2cbc86a5ce991118afa4d675b514cde8263d (patch)
tree0c86aa0408ded26c5b33f1bf727eee0f20341788 /pkgs/applications/terminal-emulators/mlterm
parentd0538f6287e5f5225170b5b2be7a73a9357c4590 (diff)
mlterm: 3.9.2 -> 3.9.3
Diffstat (limited to 'pkgs/applications/terminal-emulators/mlterm')
-rw-r--r--pkgs/applications/terminal-emulators/mlterm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/mlterm/default.nix b/pkgs/applications/terminal-emulators/mlterm/default.nix
index 2ac6f45a598d7..c24830cf2ddb5 100644
--- a/pkgs/applications/terminal-emulators/mlterm/default.nix
+++ b/pkgs/applications/terminal-emulators/mlterm/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mlterm";
-  version = "3.9.2";
+  version = "3.9.3";
 
   src = fetchFromGitHub {
     owner = "arakiken";
     repo = pname;
     rev = version;
-    sha256 = "sha256-DvGR3rDegInpnLp3H+rXNXktCGhpjsBBPTRMwodeTro=";
+    sha256 = "sha256-gfs5cdwUUwSBWwJJSaxrQGWJvLkI27RMlk5QvDALEDg=";
   };
 
   nativeBuildInputs = [ pkg-config autoconf wrapGAppsHook ];