Merge pull request #299727 from r-ryantm/auto-update/vtm

vtm: 0.9.74 -> 0.9.76
This commit is contained in:
Weijia Wang 2024-04-05 22:37:45 +02:00 committed by GitHub
commit 961239a149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/";