Vladyslav M
8a5cfec1c2
oil: 0.7.pre6 -> 0.7.pre9
2019-12-10 19:28:47 -08:00
Christian Kampka
1d2e21ad1f
zsh-history: 2019-10-07 -> 2019-12-10
2019-12-10 13:18:38 +01:00
Tim Steinbach
65543e5839
oh-my-zsh: 2019-12-07 -> 2019-12-07
2019-12-09 12:01:33 -05:00
Jörg Thalheim
8031617f3f
bash-completion: apply musl patch unconditionally
...
This way we don't forget accidentally to remove the patch on the next upgrade.
2019-12-02 10:15:10 +00:00
Niklas Hambüchen
0a854379c4
bash-completion: Fix tests with musl.
...
Fixes test error
self = <test_iconv.TestIconv object at 0x7ffff52f3410>
completion = <CompletionResult []>
@pytest.mark.complete("iconv -")
def test_1(self, completion):
> assert completion
E assert <CompletionResult []>
../t/test_iconv.py:7: AssertionError
by applying upstream commit not present in a newer release.
2019-12-02 04:20:08 +01:00
Oleksii Filonenko
76c83c0ef3
nushell: 0.6.0 -> 0.6.1
2019-12-01 11:00:19 +02:00
Mario Rodas
4bd191d4c9
powershell: disable dotnet telemetry
2019-11-29 18:00:00 -05:00
Oleksii Filonenko
160a9764ae
nushell: 0.5.0 -> 0.6.0
2019-11-27 08:49:59 +02:00
Oleksii Filonenko
a9cda5f14c
nushell: add filalex77 to maintainers
2019-11-27 08:49:18 +02:00
Tim Steinbach
bdf74811ce
oh-my-zsh: 2019-11-21 -> 2019-11-23
2019-11-25 09:14:39 -05:00
John Ericson
d0d5136cce
Merge remote-tracking branch 'upstream/master' into wrapper-pname-support
2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca
treewide: Get rid of most parseDrvName
without breaking compat
...
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Tim Steinbach
ab84418b10
oh-my-zsh: 2019-10-30 -> 2019-11-21
2019-11-21 19:55:38 -05:00
pasqui23
c20f765bb4
zsh-fast-syntax-highlighting: init at 1.54 ( #65429 )
2019-11-19 21:20:17 -05:00
R. RyanTM
96630a9e49
grml-zsh-config: 0.16.0 -> 0.16.1
...
(#72511 )
2019-11-13 16:16:07 +01:00
Vladyslav M
1c30315488
oil: 0.7.pre5 -> 0.7.pre6
2019-11-13 11:09:48 +02:00
Mario Rodas
1933ae3973
Merge pull request #73121 from marsam/init-nushell
...
nushell: init at 0.5.0
2019-11-12 22:33:06 -05:00
Renaud
a6220c3384
Merge pull request #73072 from cko/missing_descriptions
...
treewide: add missing descriptions & homepages
2019-11-13 00:34:31 +01:00
Mario Rodas
a8942c6cbd
nushell: add withAllFeatures flag
...
Co-authored-by: Evan Stoll <evanjs@users.noreply.github.com>
2019-11-12 04:20:00 -05:00
Oleksii Filonenko
dfb9a1e164
antibody: add filalex77 as a maintainer
2019-11-11 13:51:02 +02:00
Oleksii Filonenko
3f72f7bac2
antibody: 4.1.2 -> 4.2.0
2019-11-11 13:50:42 +02:00
Christine Koppelt
92d66a9d95
oh: add missing description & homepage
2019-11-10 07:59:05 +01:00
Mario Rodas
1024689318
nushell: init at 0.5.0
2019-11-09 04:20:00 -05:00
Franz Pletz
8dca8b9ccb
Merge remote-tracking branch 'origin/master' into gcc-9
2019-11-05 01:07:22 +01:00
R. RyanTM
e834edcbdd
zsh-history-substring-search: 1.0.1 -> 1.0.2
2019-11-04 11:08:40 +00:00
Franz Pletz
35dd9c7dbf
ksh: 93v -> 2020.0.0
2019-11-03 00:52:53 +01:00
Maximilian Bosch
8a0fdf0011
Merge pull request #72195 from Ma27/package-fzf-zsh
...
fzf-zsh: init at unstable-2019-09-09
2019-10-31 23:32:02 +01:00
Tim Steinbach
8a75eaa6a0
oh-my-zsh: 2019-10-27 -> 2019-10-30
2019-10-31 10:42:54 -04:00
Maximilian Bosch
69653b4889
xonsh: 0.9.11 -> 0.9.13
...
https://github.com/xonsh/xonsh/releases/tag/0.9.12
https://github.com/xonsh/xonsh/releases/tag/0.9.13
2019-10-28 23:53:58 +01:00
Maximilian Bosch
bd4b70b075
fzf-zsh: init at unstable-2019-09-09
...
Simple `fzf` wrapper which provides a way nicer interface for ZSH's
<C-r> search. When using oh-my-zsh it can be enabled like this:
``` nix
{ pkgs, ... }: {
programs.zsh = {
enable = true;
ohMyZsh = {
enable = true;
customPkgs = [ pkgs.fzf-zsh ];
plugins = [ "fzf-zsh" ];
};
};
}
```
2019-10-28 21:55:34 +01:00
Tim Steinbach
4aaf2ad527
oh-my-zsh: 2019-10-25 -> 2019-10-27
2019-10-27 14:59:39 -04:00
Mario Rodas
bef1709e90
bash-completion: fix build on darwin
...
Disable tests on Darwin because is failing consistently.
2019-10-25 21:00:00 -05:00
Tim Steinbach
50208ab5b9
oh-my-zsh: 2019-10-24 -> 2019-10-25
2019-10-25 13:44:03 -04:00
Tim Steinbach
6373b7ac51
oh-my-zsh: 2019-10-22 -> 2019-10-24
2019-10-24 18:23:36 -04:00
Frederik Rietdijk
09c9a2de7e
Merge master into staging-next
2019-10-23 16:50:09 +02:00
Tim Steinbach
ad55ac4a40
oh-my-zsh: 2019-10-20 -> 2019-10-22
2019-10-23 08:30:55 -04:00
Frederik Rietdijk
061c6b8024
bash-completion: do not change pkgconfig behaviour, fixes #71662
...
Since 2.9 bash-completion hardcodes paths in pkgconfig file. We want to
be able to override certain paths, so this commit restores the original
behaviour.
https://github.com/NixOS/nixpkgs/issues/71662
2019-10-23 08:44:10 +02:00
Jonathan Ringer
12fd773ff0
bash-completion: 2.8 -> 2.9
2019-10-22 10:23:22 +02:00
Frederik Rietdijk
d7a921cad9
Merge pull request #71221 from NixOS/staging-next
...
Staging next
2019-10-22 09:15:19 +02:00
Tim Steinbach
ad5994f182
oh-my-zsh: 2019-10-19 -> 2019-10-20
2019-10-21 07:34:51 -04:00
Frederik Rietdijk
ad8bd84fc9
Merge master into staging-next
2019-10-20 16:22:45 +02:00
Tim Steinbach
71ab7a57ff
oh-my-zsh: 2019-10-16 -> 2019-10-19
2019-10-19 20:53:48 -04:00
Jan Tojnar
7ba42794a8
Revert "fish: switch to fetchFromGitHub"
...
This reverts commit cc997f28d1
.
I confused the URLs. The files have the same contents but the former URL is recommended by upstream.
2019-10-20 01:53:10 +02:00
Maximilian Bosch
70783011e2
zsh-you-should-use: 1.4.0 -> 1.6.0
...
https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#160
2019-10-19 21:36:06 +02:00
Jan Tojnar
cc997f28d1
fish: switch to fetchFromGitHub
...
The expression claimed there are differences between the release tarball and the tarball github packages from the tag but fetchFromGitHub literally downloads the same tarball.
2019-10-19 14:30:25 +02:00
Tim Steinbach
b54d23a3c0
oh-my-zsh: 2019-10-15 -> 2019-10-16
2019-10-18 12:33:12 -04:00
Frederik Rietdijk
12441bdf9f
Merge staging-next into staging
2019-10-16 11:17:12 +02:00
worldofpeace
fce8b4837a
Merge pull request #67670 from kampka/zsh-history
...
zsh-history: init at unstable-2019-08-29
2019-10-16 01:57:23 +00:00
Tim Steinbach
2f6f6a3855
oh-my-zsh: 2019-10-10 -> 2019-10-15
2019-10-15 16:10:38 -04:00
Christian Kampka
0bfefb0913
zsh-history: Backport upstream patch for config generation
2019-10-15 11:45:29 +02:00
Tim Steinbach
950ae44ea9
oh-my-zsh: 2019-10-09 -> 2019-10-10
2019-10-12 11:17:24 -04:00
Jan Tojnar
e2e3861d6b
Merge branch 'staging-next' into staging
2019-10-12 00:51:55 +02:00
Tim Steinbach
0e751e6655
oh-my-zsh: 2019-10-08 -> 2019-10-09
2019-10-09 17:19:57 -04:00
Tim Steinbach
6879b2d6b9
oh-my-zsh: 2019-10-07 -> 2019-10-08
2019-10-08 10:01:51 -04:00
Alva
d63593bb42
oil: add alva as maintainer
2019-10-08 10:39:58 +02:00
Tim Steinbach
0cf6a50359
oh-my-zsh: 2019-10-03 -> 2019-10-07
2019-10-07 18:01:57 -04:00
Christian Kampka
5ddfcc1f60
Update pkgs/shells/zsh/zsh-history/default.nix
...
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-10-07 21:02:56 +02:00
Christian Kampka
c0570ed238
zsh-history: use goModule build infrastructure
2019-10-07 10:09:54 +02:00
Alva
fe30f41890
oil: add passthru.shellPath
2019-10-06 23:01:33 +02:00
Alva
1047a165b8
oil: enable readline
2019-10-06 17:17:00 +02:00
Linus Heckemann
f523177869
Merge pull request #70415 from dywedir/oil
...
oil: 0.7.pre3 -> 0.7.pre5
2019-10-06 13:24:21 +02:00
Vladyslav M
b0bf7bd589
oil: 0.7.pre3 -> 0.7.pre5
2019-10-06 10:39:43 +03:00
Tim Steinbach
b16998f51e
oh-my-zsh: 2019-10-02 -> 2019-10-03
2019-10-05 10:55:44 -04:00
Tim Steinbach
cac7fdfdcd
oh-my-zsh: 2019-10-01 -> 2019-10-02
2019-10-03 07:34:21 -04:00
Jan Tojnar
b9c5f849a4
Merge branch 'staging-next' into staging
2019-10-03 01:47:41 +02:00
Tim Steinbach
f7765fb052
oh-my-zsh: 2019-09-24 -> 2019-10-01
2019-10-01 08:04:40 -04:00
R. RyanTM
96c6b9d4a7
xonsh: 0.9.10 -> 0.9.11
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xonsh/versions
2019-09-29 02:59:11 -07:00
Christian Kampka
0f132d0f27
zsh-history: make use of installShellCompletions
helper
2019-09-28 13:09:18 +02:00
Christian Kampka
165b47bfe4
zsh-history: Refactor use of with lib
2019-09-28 13:09:18 +02:00
Christian Kampka
ab42e39367
zsh-history: package build improvements
2019-09-28 13:09:17 +02:00
Christian Kampka
887c1741dc
zsh-history: unsable 2019-08-29 -> 2019-09-27
2019-09-28 13:09:17 +02:00
Christian Kampka
a81317364c
zsh-history: init at unstable-2019-08-29
2019-09-28 13:09:17 +02:00
R. RyanTM
52a9e1509a
powershell: 6.2.2 -> 6.2.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/powershell/versions
2019-09-27 18:10:23 -07:00
Tim Steinbach
5c1adffe6e
oh-my-zsh: 2019-09-20 -> 2019-09-24
2019-09-26 10:45:50 -04:00
Will Dietz
97c1065ae7
zsh-completions: 0.30.0 -> 0.31.0
2019-09-21 02:54:36 -05:00
Tim Steinbach
861840baf6
oh-my-zsh: 2019-09-13 -> 2019-09-20
2019-09-20 09:48:17 -04:00
José Romildo Malaquias
9653933097
Merge pull request #66429 from Gerschtli/add/liquidprompt
...
liquidprompt: init at 2018-05-21
2019-09-20 08:14:30 -03:00
Tobias Happ
0c00a15e75
liquidprompt: init at 2018-05-21
2019-09-19 13:49:05 +02:00
Tim Steinbach
4a719e2884
oh-my-zsh: 2019-09-11 -> 2019-09-13
2019-09-18 07:19:12 -04:00
geistesk
aaf514d322
spaceship-prompt: 3.7.1 -> 3.11.2
2019-09-14 18:50:09 +09:00
Tim Steinbach
833baa746b
oh-my-zsh: 2019-09-08 -> 2019-09-11
2019-09-12 18:53:18 -04:00
Tim Steinbach
5e3faee99f
oh-my-zsh: 2019-08-07 -> 2019-09-08
2019-09-09 08:46:35 -04:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Maximilian Bosch
c3f2d66e31
zsh-you-should-use: 1.1.0 -> 1.4.0
...
https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#140
2019-09-01 21:32:38 +02:00
volth
7bb6b373ab
treewide: name -> pname ( #67513 )
2019-08-31 07:41:22 -04:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Сухарик
2c23a35ff6
oil: 0.6.0 -> 0.7.pre3
2019-08-27 14:14:02 +03:00
Vladimír Čunát
985d1ac425
Merge branch 'master' into staging-next
...
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.
Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Samuel Leathers
867163e1f8
Merge pull request #67287 from dtzWill/update/bash-5.0p9
...
bash_5: 5.0p7 -> 5.0p9
2019-08-24 00:40:29 -04:00
Robin Gloster
c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-23 02:00:31 +02:00
Will Dietz
db5f966b99
bash_5: 5.0p7 -> 5.0p9
2019-08-22 14:07:55 -05:00
Robin Gloster
0f4256a2f8
powershell: pint to openssl 1.0.2
2019-08-22 16:47:25 +02:00
R. RyanTM
fed6f60871
xonsh: 0.9.9 -> 0.9.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xonsh/versions
2019-08-20 22:46:33 -07:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim
cf5f02b4bb
zsh/pth/zsync: cross fixes ( #65780 )
...
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00