Skip to content

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for tinyssh is: Minimalistic SSH server

meta.homepage for tinyssh is: https://tinyssh.org

meta.changelog for tinyssh is: https://github.com/janmojzis/tinyssh/releases/tag/20250411

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 20250411 in filename of file in /nix/store/mgyl764nixdfxq99wy6w6gy0wk41wl58-tinyssh-20250411

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

tinyssh
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/mgyl764nixdfxq99wy6w6gy0wk41wl58-tinyssh-20250411 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A tinyssh https://github.com/r-ryantm/nixpkgs/archive/ba3817c2a57d164fff8885396b9bed4f40e17f31.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/ba3817c2a57d164fff8885396b9bed4f40e17f31#tinyssh

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/mgyl764nixdfxq99wy6w6gy0wk41wl58-tinyssh-20250411
ls -la /nix/store/mgyl764nixdfxq99wy6w6gy0wk41wl58-tinyssh-20250411/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • tinyssh

Maintainer pings

cc @KAction for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Apr 20, 2025
@wegank
Copy link
Member

wegank commented Apr 26, 2025

20250411 is a prerelease.

@wegank wegank marked this pull request as draft April 26, 2025 22:01
@r-ryantm r-ryantm changed the title tinyssh: 20250201 -> 20250411 tinyssh: 20250201 -> 20250501 May 7, 2025
@r-ryantm r-ryantm force-pushed the auto-update/tinyssh branch from ba3817c to c5c91f8 Compare May 7, 2025 19:07
@r-ryantm
Copy link
Contributor Author

r-ryantm commented May 7, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for tinyssh is: Minimalistic SSH server

meta.homepage for tinyssh is: https://tinyssh.org

meta.changelog for tinyssh is: https://github.com/janmojzis/tinyssh/releases/tag/20250501

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 20250501 in filename of file in /nix/store/ywddjllaxdbwv8c66cf2gll5h0pg2xyn-tinyssh-20250501

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

tinyssh
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/ywddjllaxdbwv8c66cf2gll5h0pg2xyn-tinyssh-20250501 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A tinyssh https://github.com/r-ryantm/nixpkgs/archive/c5c91f849374f7c5441eb78397c99e1c28bfdbb7.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/c5c91f849374f7c5441eb78397c99e1c28bfdbb7#tinyssh

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ywddjllaxdbwv8c66cf2gll5h0pg2xyn-tinyssh-20250501
ls -la /nix/store/ywddjllaxdbwv8c66cf2gll5h0pg2xyn-tinyssh-20250501/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • tinyssh

Maintainer pings

cc @KAction for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@mdaniels5757 mdaniels5757 mentioned this pull request Sep 20, 2025
13 tasks
@r-ryantm r-ryantm deleted the auto-update/tinyssh branch September 25, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants