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

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/";