From 89ec2cbc86a5ce991118afa4d675b514cde8263d Mon Sep 17 00:00:00 2001 From: Atemu Date: Sun, 9 Apr 2023 19:05:21 +0200 Subject: [PATCH] mlterm: 3.9.2 -> 3.9.3 --- pkgs/applications/terminal-emulators/mlterm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/terminal-emulators/mlterm/default.nix b/pkgs/applications/terminal-emulators/mlterm/default.nix index 2ac6f45a598d..c24830cf2ddb 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 ];