mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
Merge pull request #299727 from r-ryantm/auto-update/vtm
vtm: 0.9.74 -> 0.9.76
This commit is contained in:
commit
961239a149
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user