Commit graph

223104 commits

Author SHA1 Message Date
zimbatm 1bf7f5f240
Merge pull request #85750 from zimbatm/srcOnly-docs
srcOnly: fix invocation and document
2020-04-27 14:49:55 +02:00
Florian Klink 98dbff9a65
Merge pull request #85959 from Ma27/bump-neomutt
neomutt: 20200417 -> 20200424
2020-04-27 14:34:59 +02:00
zimbatm 31ead7d030
srcOnly: rename buildInputs to nativeBuildInputs
The only reason to pass build inputs is to extend the unpackPhase with
custom unpack commands. Eg: add "unrar" to unpack rar sources. And those
should really be passed as native build inputs. Why? Because
nativeBuildInputs is for dependencies that are used at build time but
will not propagate as runtime dependencies. And also, cross-compilation.
2020-04-27 14:31:40 +02:00
Jörg Thalheim bf801d4ce6
Merge pull request #86086 from kimat/kimat-helm-3.2.0
helm: 3.1.3 -> 3.2.0
2020-04-27 13:26:55 +01:00
Jörg Thalheim 16e83ef96f
Merge pull request #86044 from samhug/coc-rust-analyzer
vimPlugins.coc-rust-analyzer: init at 2020-04-24
2020-04-27 13:26:16 +01:00
Jörg Thalheim 1a6bd2bcdc
Merge pull request #82313 from iAmMrinal0/update/rescuetime
rescuetime: 2.14.5.2 -> 2.15.0.1
2020-04-27 13:20:22 +01:00
Jörg Thalheim aa4ec8c7be
Merge pull request #86117 from raboof/puredata-0.49-0-to-0.50-2
puredata: 0.49-0 -> 0.50-2
2020-04-27 13:11:59 +01:00
Tim Steinbach 45a09ec5bf
slack: 4.4.{0,1} -> 4.4.2 2020-04-27 08:10:45 -04:00
Jörg Thalheim eeeba2a793
Merge pull request #86121 from zowoq/more-go-fixes
buildGoPackage: use installShellFiles, {excluded,sub}Packages
2020-04-27 13:08:50 +01:00
Jörg Thalheim 2bd4ff03cb
Merge pull request #86113 from colemickens/azure-local-nixpkgs 2020-04-27 13:04:33 +01:00
Jörg Thalheim 3a22f3c29e
Merge pull request #86112 from Mic92/kops 2020-04-27 12:24:39 +01:00
Jörg Thalheim 4cc520ba0f
kops: remove old versions 2020-04-27 12:23:20 +01:00
Jörg Thalheim abe679b2ba
kops: 1.16.0 -> 1.16.1 2020-04-27 12:19:40 +01:00
adisbladis bcbfef7592
emacsPackages.jist: Fix build 2020-04-27 12:18:57 +01:00
adisbladis e1d4b8e867
emacsPackages.github-pullrequest: Fix build 2020-04-27 12:18:46 +01:00
adisbladis 15abc04544
emacsPackages.gerrit-download: Fix build 2020-04-27 12:18:37 +01:00
adisbladis 716e320bcf
emacsPackages.gerrit: Fix build 2020-04-27 12:18:30 +01:00
adisbladis 3e6aa7ba47
emacsPackages.eopengrok: Fix build 2020-04-27 12:18:13 +01:00
adisbladis 09f4fec63c
emacs-packages: Expose manually packaged packages through emacsPackages.manualPackages 2020-04-27 12:08:13 +01:00
zowoq 05683aceae blockbook: use subPackages 2020-04-27 21:06:12 +10:00
zowoq 16b418177c git-lfs1: use subPackages 2020-04-27 21:06:12 +10:00
zowoq cef17fb6ee heptio-ark: use excludedPackages 2020-04-27 21:06:12 +10:00
zowoq 481c7bbd71 cloudfoundry-cli: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq b83b2591dd aptly: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq bd6b2318c3 prometheus-alertmanager: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq 7516cc7226 openshift: use installShellFiles 2020-04-27 21:06:12 +10:00
Maximilian Bosch 730aad72b7
Merge pull request #86107 from xwvvvvwx/wireguard-compat-1.0.20200426
wireguard-compat: 1.0.20200413 -> 1.0.20200426
2020-04-27 13:05:48 +02:00
Max Wittig 8f5e4d1b63
gitlab-runner: 12.10.0 -> 12.10.1 (#86100) 2020-04-27 10:57:17 +00:00
Jörg Thalheim 2b81a974ae
Merge pull request #86119 from mweinelt/powerlevel10k/v1.6.0 2020-04-27 11:54:15 +01:00
Martin Weinelt b53cabcfed
gitstatus: unstable-2020-03-15 → unstable-2020-04-21 2020-04-27 12:37:24 +02:00
Martin Weinelt c17800c081
zsh-powerlevel10k: v1.5.0 → v1.6.0
Changes since the last release

    Wizard
        Configuration wizard now reacts to terminal size changes in real time and can function at much smaller terminal dimensions.
        Configs with prompt_char now have vi_mode disabled by default.
        Generated configs now unset DEFAULT_USER.
        Classic and Rainbow configs now set POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND. This makes it easier to define 3-line prompt.

    New parameters
        If POWERLEVEL9K_CONFIG_FILE is set, configuration wizard will write configs to the specified location instead of the default ${ZDOTDIR:-~}/.p10k.zsh.

    gitstatus
        Support older macOS versions (at least El Capitan; even older versions might work).
        Support Linux on armv6, i386 and i686.
        Support cygwin and msys2 on i686.
        macOS builds now use iconv from Homebrew.
        gitstatusd binaries are now being built with https://github.com/romkatv/gitstatus/blob/release/mbuild.

    Misc
        The default icon for proxy segment is now ↔ instead of ⮂. The old icon is missing in many fonts.

    Bug fixes
        gitstatus once again works on 64-bit Linux without glibc.
        Instant prompt no longer gets gradually slower over time when XDG_HOME_CACHE is on a slow filesystem.
        Instant prompt no longer prints spurious erros when XDG_HOME_CACHE is on NTFS.
        The old-style (and discouraged) custom prompts now work on zsh 5.3.1.
        Configuration wizard once again presents "extra icons" and "fluent prompt" options when using 12-hour time format.
2020-04-27 12:37:17 +02:00
Alexandre Esteves ce6dbccdfb ocamlPackages.bigstring: init at 0.2 2020-04-27 12:28:20 +02:00
Arnout Engelen 1d23950b5f
puredata: 0.49-0 -> 0.50-2 2020-04-27 12:04:41 +02:00
Jörg Thalheim e92b11d964
Merge pull request #86104 from xaverdh/options-types 2020-04-27 11:03:43 +01:00
Mario Rodas 7320cdf284
Merge pull request #86038 from zowoq/etcd
etcd: 3.3.13 -> 3.3.20
2020-04-27 04:44:31 -05:00
Jörg Thalheim c32c613df6
Merge pull request #85727 from davidak/patch-2 2020-04-27 10:36:12 +01:00
Cole Mickens 7c7e76450b
nixos/azure-new: use local nixpkgs 2020-04-27 02:11:10 -07:00
Jörg Thalheim a90356e08a
Merge pull request #86035 from zowoq/go-fixes 2020-04-27 10:03:52 +01:00
Marek Mahut a6b85b96d4
Merge pull request #85928 from DamienCassou/damien/cypress-4.4.1
cypress: 4.3.0 -> 4.4.1
2020-04-27 10:55:10 +02:00
Jörg Thalheim 2060bc08c7
Merge pull request #86102 from Mic92/dqlite 2020-04-27 09:51:56 +01:00
Jörg Thalheim 3629975546
dqlite: limit build to Linux
https://dqlite.io/docs/faq#are-windows-and-macos-supported
2020-04-27 09:31:46 +01:00
Florian Klink 81c34ec54f gitaly: 12.8.8 -> 12.8.9 2020-04-27 10:31:36 +02:00
Florian Klink b1f66bfcb2 gitlab-workhorse: 8.21.1 -> 8.21.2 2020-04-27 10:31:36 +02:00
Florian Klink d1902923fa gitlab: 12.8.8 -> 12.8.9
See
https://about.gitlab.com/releases/2020/04/14/critical-security-release-gitlab-12-dot-9-dot-3-released/
for details.
2020-04-27 10:31:36 +02:00
Michael Fellinger 4c26ab4198 gitlab: update.py: invoke bundle lock manually
`bundix -l` doesn't work, as it treats bundler's warning about upgrading
the lockfile version as an error, so invoke `bundle lock` manually.
2020-04-27 10:31:36 +02:00
Florian Klink 412bb5e04d gitlab: support passing --rev to the update-all script
While it's already possible to invoke `update-data` with the `--rev`
argument, one still needs to run all later phases manually.

Fix this, by having `update-all` also accept a `--rev` argument, and
pass it down to `update-data`.

Also, make the help text a bit more usable, by suggesting the usual
versioning scheme used these times.
2020-04-27 10:31:36 +02:00
Damien Cassou 9a23aeab34
Merge pull request #84286 from numkem/master
hashi-ui: init at 1.3.8
2020-04-27 09:56:44 +02:00
Dominik Xaver Hörl c10d82358f treewide: add types to boolean / enable options or make use of mkEnableOption 2020-04-27 09:32:01 +02:00
Jörg Thalheim 498e960f29
dqlite: 1.4.0 -> 1.4.1 2020-04-27 08:15:22 +01:00
Jörg Thalheim cf536ed5a3
raft-canonical: 0.9.17 -> 0.9.18 2020-04-27 08:15:21 +01:00