vtm: 0.9.74 -> 0.9.76

This commit is contained in:
R. Ryantm 2024-03-28 10:45:31 +00:00 committed by Weijia Wang
parent fd5d6c8b6f
commit 66c42d0ab1
1 changed files with 2 additions and 4 deletions

View File

@ -6,21 +6,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vtm";
version = "0.9.74";
version = "0.9.76";
src = fetchFromGitHub {
owner = "netxs-group";
repo = "vtm";
rev = "v${finalAttrs.version}";
hash = "sha256-O8fnh8I3KbiOD40bU0eO7tbvpMoSCVonKPVFx5pynR4=";
hash = "sha256-F1ia1xyg2/Jnm/lsSn7bKNJ7cXIJuvEhNTEZWiYxGAo=";
};
nativeBuildInputs = [
cmake
];
cmakeFlags = [ "../src" ];
meta = {
description = "Terminal multiplexer with window manager and session sharing";
homepage = "https://vtm.netxs.online/";