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

View File

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