Merge pull request #49505 from qolii/eternal-terminal__5_1_7__5_1_8
eternal-terminal: 5.1.7 -> 5.1.8.
This commit is contained in:
commit
5f755425a1
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "eternal-terminal-${version}";
|
||||
version = "5.1.7";
|
||||
version = "5.1.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MisterTea";
|
||||
repo = "EternalTCP";
|
||||
rev = "refs/tags/et-v${version}";
|
||||
sha256 = "17ndpkpyh8hwr6v7ac6029sja95nhn9c1g8r93g20rp0vz3r6lpa";
|
||||
sha256 = "0fq9a1fn0c77wfpypl3z7y23gbkw295ksy97wi9lhb5zj2m3dkq0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ninja ];
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Remote shell that automatically reconnects without interrupting the session";
|
||||
license = licenses.asl20;
|
||||
homepage = https://mistertea.github.io/EternalTCP/;
|
||||
homepage = https://mistertea.github.io/EternalTerminal/;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user