From b50f0f485df6c0d5a95e164022aa9b743bdb2c30 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 19 Feb 2023 01:07:08 +0000 Subject: [PATCH] tym: 3.4.0 -> 3.4.1 --- pkgs/applications/terminal-emulators/tym/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/terminal-emulators/tym/default.nix b/pkgs/applications/terminal-emulators/tym/default.nix index 925de9382a6..3dcf2317020 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 = [