nix-tree 0.6.0 → 0.6.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~brick
Dependency ranges changed: brick
Files
- CHANGELOG.md +5/−1
- nix-tree.cabal +2/−2
CHANGELOG.md view
@@ -1,9 +1,13 @@ # Changelog +## 0.6.1 - 2025-01-25:++* chore: Relax brick upper bound to work with newer Stackage snapshot+ ## 0.6.0 - 2025-01-11: * feat: Show signatures of store paths (thanks @caspervk, PR: [#107])-* fix: Fix default nix-tree invocation not working when one of the default directories is not a store path (thanks @sg-qwt, @GrigorenkoPV, issue #[106], pr #[109], #[110])+* fix: Fix default nix-tree invocation not working when one of the default directories is not a store path (thanks @sg-qwt, @GrigorenkoPV, issue [#106], pr [#109], [#110]) [#107]: https://github.com/utdemir/nix-tree/pull/107 [#106]: https://github.com/utdemir/nix-tree/issues/106
nix-tree.cabal view
@@ -3,7 +3,7 @@ name: nix-tree synopsis: Interactively browse a Nix store paths dependencies description: A terminal curses application to browse a Nix store paths dependencies-version: 0.6.0+version: 0.6.1 homepage: https://github.com/utdemir/nix-tree license: BSD-3-Clause license-file: LICENSE@@ -48,7 +48,7 @@ build-depends: base , relude , aeson- , brick >= 2.1 && < 2.4+ , brick >= 2.1 , bytestring , containers , clock