NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.4k stars 12.9k forks source link

tftui: 0.13.3 -> 0.13.5 #320735

Closed r-ryantm closed 1 week ago

r-ryantm commented 1 week ago

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

meta.description for tftui is: Textual UI to view and interact with Terraform state

meta.homepage for tftui is: https://github.com/idoavrah/terraform-tui

meta.changelog for tftui is: https://github.com/idoavrah/terraform-tui/releases/tag/v0.13.5

Updates performed
To inspect upstream changes
Impact

Checks done



Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath tftui ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/msdkrb5qw8h8xpjcm3vz7sl6gccbrjhl-tftui-0.13.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix 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 tftui https://github.com/r-ryantm/nixpkgs/archive/163cb8eb30041b6fa2d1e231c8626028b377eb64.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/163cb8eb30041b6fa2d1e231c8626028b377eb64#tftui ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/msdkrb5qw8h8xpjcm3vz7sl6gccbrjhl-tftui-0.13.5 ls -la /nix/store/msdkrb5qw8h8xpjcm3vz7sl6gccbrjhl-tftui-0.13.5/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.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

2 packages built:
  • tftui
  • tftui.dist

Maintainer pings

cc @cdepillabout @wraithm for testing.