summary refs log tree commit diff
path: root/pkgs/shells
AgeCommit message (Collapse)AuthorFilesLines
2020-10-10xonsh: 0.9.22 -> 0.9.23Raphael Borun Das Gupta1-2/+2
2020-10-09oh-my-zsh: 2020-10-08 -> 2020-10-09Tim Steinbach1-3/+3
2020-10-08powershell: 7.0.1 -> 7.0.3Tim Steinbach1-3/+3
2020-10-08oh-my-zsh: 2020-10-05 -> 2020-10-08Tim Steinbach1-3/+3
2020-10-08oh-my-zsh: Format with nixfmtTim Steinbach1-13/+13
2020-10-06oh-my-zsh: 2020-10-05 -> 2020-10-05Tim Steinbach1-2/+2
2020-10-05oh-my-zsh: 2020-10-01 -> 2020-10-05Tim Steinbach1-3/+3
2020-10-03lambda-mod-zsh-theme: 2019-04-17 -> 2020-10-03, cleanup derivationMaximilian Bosch1-9/+5
2020-10-02Merge pull request #99390 from marsam/update-nushellMario Rodas1-8/+10
nushell 0.19.0 -> 0.20.0
2020-10-02Merge pull request #99384 from grahamc/oilVladyslav M1-2/+2
oil: 0.8.pre6 -> 0.8.1
2020-10-02treewide: fix redirected urls (run 3)Patrick Hilhorst2-2/+2
Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
2020-10-02oh-my-zsh: 2020-09-29 -> 2020-10-01Tim Steinbach1-3/+3
2020-10-02oil: 0.8.pre6 -> 0.8.1Graham Christensen1-2/+2
2020-10-01nushell: 0.19.0 -> 0.20.0Mario Rodas1-8/+10
https://www.nushell.sh/blog/2020/09/22/nushell_0_20.html
2020-09-29oh-my-zsh: 2020-09-20 -> 2020-09-29Tim Steinbach1-3/+3
2020-09-22dash: 0.5.11.1 -> 0.5.11.2R. RyanTM1-2/+2
2020-09-20oh-my-zsh: 2020-09-14 -> 2020-09-20Tim Steinbach1-3/+3
2020-09-16xonsh: 0.9.21 -> 0.9.22Mario Rodas1-2/+2
https://github.com/xonsh/xonsh/releases/tag/0.9.22
2020-09-15oh-my-zsh: 2020-09-12 -> 2020-09-14Tim Steinbach1-3/+3
2020-09-14oh-my-zsh: 2020-09-09 -> 2020-09-12Tim Steinbach1-3/+3
2020-09-10oh-my-zsh: 2020-09-04 -> 2020-09-09Tim Steinbach1-3/+3
2020-09-08oh-my-zsh: 2020-09-03 -> 2020-09-04Tim Steinbach1-3/+3
2020-09-05nushell: enable for aarch64Cole Mickens1-1/+1
2020-09-05Merge pull request #97208 from r-ryantm/auto-update/nushellMaximilian Bosch1-3/+3
nushell: 0.18.1 -> 0.19.0
2020-09-05nushell: 0.18.1 -> 0.19.0R. RyanTM1-3/+3
2020-09-04Merge pull request #96988 from marsam/update-xonshMario Rodas1-11/+2
xonsh: 0.9.20 -> 0.9.21
2020-09-04antibody: 6.1.0 -> 6.1.1R. RyanTM1-2/+2
2020-09-04oh-my-zsh: 2020-09-02 -> 2020-09-03Tim Steinbach1-3/+3
2020-09-03Merge pull request #96970 from obsidiansystems/dash-crossJohn Ericson1-3/+4
dash: Fix cross build
2020-09-02xonsh: 0.9.20 -> 0.9.21Mario Rodas1-11/+2
https://github.com/xonsh/xonsh/releases/tag/0.9.21
2020-09-02dash: Fix cross buildJohn Ericson1-3/+4
2020-09-02oh-my-zsh: 2020-08-31 -> 2020-09-02Tim Steinbach1-3/+3
2020-09-01oh-my-zsh: 2020-08-28 -> 2020-08-31Tim Steinbach1-3/+3
2020-08-31oh-my-zsh: Fix update scriptTim Steinbach2-2/+2
2020-08-31Remove fetchpatchTim Steinbach1-1/+1
2020-08-31Merge branch 'master' into ohmyzsh-cleanupsTim Steinbach2-12/+15
2020-08-31oh-my-zsh: 2020-08-24 -> 2020-08-28Tim Steinbach1-3/+3
2020-08-28oh-my-zsh: apply patch to remove usages of perlFlorian Klink1-1/+7
https://github.com/NixOS/nixpkgs/pull/91213 removed `perl` from $PATH. This adds a patch to oh-my-zsh, using `sed` instead of `perl` to do the regexp substitution.
2020-08-28oh-my-zsh: cleanupFlorian Klink1-43/+41
- use fetchFromGitHub instead of fetchgit - indent the `installPhase` properly - remove unused `pathsToLink` - don't hardcode `phases` to allow patching - don't copy from $src, but . to allow patching
2020-08-26xonsh: 0.9.19 -> 0.9.20Mario Rodas1-2/+12
https://github.com/xonsh/xonsh/releases/tag/0.9.20
2020-08-25Merge pull request #96276 from r-ryantm/auto-update/elvishRyan Mulligan1-2/+2
elvish: 0.14.0 -> 0.14.1
2020-08-25oh-my-zsh: 2020-08-20 -> 2020-08-24Tim Steinbach1-3/+3
2020-08-25elvish: 0.14.0 -> 0.14.1R. RyanTM1-2/+2
2020-08-25rssh: removeDaniƫl de Kok2-109/+0
Upstream has not made any releases since 2012 and there are several known CVEs. The derivation has been marked broken in nixpkgs since March 2019.
2020-08-20oh-my-zsh: 2020-08-18 -> 2020-08-20Tim Steinbach1-3/+3
2020-08-19oh-my-zsh: 2020-08-17 -> 2020-08-18Tim Steinbach1-3/+3
2020-08-18oh-my-zsh: 2020-08-06 -> 2020-08-17Tim Steinbach1-3/+3
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-08-15nushell: 0.17.0 -> 0.18.1Yuki Okushi1-4/+4
2020-08-12Merge pull request #95268 from r-ryantm/auto-update/pure-promptMario Rodas1-3/+3
pure-prompt: 1.12.0 -> 1.13.0