-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eternal-terminal: 4.1.2 -> 5.1.0 #45834
Conversation
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from eternal-terminal
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: eternal-terminal Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: eternal-terminal Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: eternal-terminal Partial log (click to expand)
|
@@ -2,13 +2,13 @@ | |||
|
|||
stdenv.mkDerivation rec { | |||
name = "eternal-terminal-${version}"; | |||
version = "4.1.2"; | |||
version = "5.1.0"; | |||
|
|||
src = fetchFromGitHub { | |||
owner = "MisterTea"; | |||
repo = "EternalTCP"; | |||
rev = "refs/tags/et-v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird that they use explicit tag, even if there are no potentially conflicting branches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't remember the particular reason I do it. Was it perhaps that fetchgit
doesn't work without refs/tags/
? Maybe it's a habit...
Would it be possible to get this one merged? There's actually been some subsequent releases since this update. Or, should I add an extra commit to this branch to get this up to date? |
This is not ready to be merged. We need someone to modify the |
@jtojnar, I see. As far as I can tell, it should just need the removal of I've made this change and it's building happily. However, I am seeing a failure in use: MisterTea/EternalTerminal#106 (comment) I'll update here when I figure out what the deal is. |
I've just opened #48648 with (what I think are) the right changes. Please let me know! |
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from eternal-terminal.
meta.description for eternal-terminal is: '"Remote shell that automatically reconnects without interrupting the session"'.
Checks done (click to expand)
Instructions to test this update (click to expand)
One-time optional setup to skip building using Cachix:
Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:
cc @dezgeg for testing.