Commit graph

266420 commits

Author SHA1 Message Date
Matías Lang dac07be800 nixos/miniflux: don't depend on sudo
The miniflux service should work when sudo is not available in the
system.
2021-01-28 15:09:31 -03:00
Daniël de Kok d5f51d0660
Merge pull request #111018 from tobim/pkgs/simdjson-0.8.1
simdjson: 0.8.0 -> 0.8.1
2021-01-28 17:13:45 +01:00
Daniël de Kok 86a911f414
Merge pull request #111013 from 06kellyjac/procs
procs: 0.10.10 -> 0.11.1
2021-01-28 16:59:20 +01:00
Jacek Galowicz 7a0b688445
Merge pull request #111019 from VirtusLab/git-machete-2.16.1
gitAndTools.git-machete: 2.15.9 -> 2.16.1
2021-01-28 16:22:56 +01:00
R. RyanTM 5854a34ede bind: 9.16.10 -> 9.16.11 2021-01-28 10:07:22 -05:00
Travis CI a49a608632 gitAndTools.git-machete: 2.15.9 -> 2.16.1
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2021-01-28 15:03:41 +00:00
Tobias Mayer 55ca4e674d
simdjson: 0.8.0 -> 0.8.1 2021-01-28 16:02:23 +01:00
Jacek Galowicz f3b05f7b6f
Merge pull request #78096 from marijanp/add-hledger-web-service
Add hledger-web service/ module
2021-01-28 15:46:44 +01:00
Michael Weiss bfc1cee4bf
chromiumDev: 89.0.4389.9 -> 89.0.4389.23 2021-01-28 15:45:00 +01:00
Michael Weiss 863982d272
chromium: Fix the version comparison in print_updates()
I forgot that string comparison isn't enough because e.g.:
>>> "89.0.4389.9" < "89.0.4389.23"
False

distutils.version.LooseVersion is undocumented but it works and is
already available so why not use it:
>>> LooseVersion("89.0.4389.9") < LooseVersion("89.0.4389.23")
True
2021-01-28 15:45:00 +01:00
Sandro ff937db1f6
Merge pull request #110928 from FlorianFranzen/texmacs-1.99.18
texmacs: 1.99.15 -> 1.99.18
2021-01-28 15:31:32 +01:00
Sandro 8d2a780501
Merge pull request #110433 from iblech/patch-freedroid 2021-01-28 15:31:01 +01:00
Sandro 9ce7db057c
Merge pull request #110951 from rapenne-s/add/aws-mfa 2021-01-28 15:30:01 +01:00
Marijan Petričević f56089ded5 nixos/hledger-web: init module and test 2021-01-28 15:29:53 +01:00
Sandro 34bfccc80b
Merge pull request #110970 from otavio/new-pkgs/cargo-limit
cargo-limit: init at 0.0.4
2021-01-28 15:29:26 +01:00
Sandro 9b7e9dc611
Merge pull request #110915 from yoctocell/tor-browser-bundle-bin-10.0.9
tor-browser-bundle-bin: 10.0.8 -> 10.0.9
2021-01-28 14:56:21 +01:00
06kellyjac ada52c39ad procs: 0.10.10 -> 0.11.1 2021-01-28 13:07:10 +00:00
Marijan Petričević d439e559ef maintainers: add marijanp 2021-01-28 12:49:38 +01:00
Daniël de Kok b43756e22b
Merge pull request #110954 from LibreCybernetics/update-nvidia
nvidia.x11: 460.32.03 -> 460.39
2021-01-28 11:30:25 +01:00
Emery Hemingway f32d7e4e03 nixos: add services.rsyncd.socketActivated option
Define systemd-socket activation using the upstream configuration
files as a reference. The "rsyncd" systemd unit has been renamed
to "rsync" for consistency with upstream.
2021-01-28 11:22:31 +01:00
Jacek Generowicz 750510ee7c
pythonPackages.pytest-order: init at 0.9.4 (#110141) 2021-01-28 11:17:37 +01:00
sternenseemann 4c9a74aa45 ocamlPackages.curly: add missing meta set 2021-01-28 10:35:53 +01:00
Michal Sojka ef8f775d2a pdfpc: Update license to match upstream
Upstream changed the license - see
https://github.com/pdfpc/pdfpc/blob/master/CHANGELOG.rst#version-450.
2021-01-28 10:33:33 +01:00
Vincent Laporte c174292ec7 coqPackages.corn: 8.8.1 → 8.12.0 2021-01-28 10:28:51 +01:00
Christoph Hrdinka 14a5e8900b
Merge pull request #109990 from r-ryantm/auto-update/libcommuni
libsForQt5.libcommuni: 3.5.0 -> 3.6.0
2021-01-28 10:27:57 +01:00
Kim Lindberger ed8d40ca94
Merge pull request #110632 from austinbutler/nomachine-client-7
nomachine-client: 6.12.3 -> 7.0.211
2021-01-28 10:04:15 +01:00
Sandro d4d6954d4d
Merge pull request #110987 from marsam/update-heroku
heroku: 7.45.0 -> 7.47.11
2021-01-28 09:45:24 +01:00
Sandro eb9edfa8fe
Merge pull request #110989 from marsam/update-brakeman
brakeman: 4.8.0 -> 5.0.0
2021-01-28 09:45:13 +01:00
Sandro 0ef4eec872
Merge pull request #110938 from alesguzik/package_obs-gstreamer 2021-01-28 09:29:03 +01:00
Sandro 3dec0793b2
Merge pull request #107681 from Pacman99/calls-update 2021-01-28 09:28:19 +01:00
Sandro 7c64ac5311
Merge pull request #109477 from thiagokokada/flutter-dart-remove-non-stable-versions 2021-01-28 09:27:43 +01:00
Ryan Burns d4f09d9537 arp-scan: enable on darwin 2021-01-28 09:22:24 +01:00
Sandro cd45ca8443
Merge pull request #110992 from r-ryantm/auto-update/python3.7-google-cloud-iam
python37Packages.google-cloud-iam: 2.0.0 -> 2.1.0
2021-01-28 09:14:21 +01:00
Sandro 883040943a
Merge pull request #110994 from siraben/trackballs-license
trackballs: clarify license
2021-01-28 09:04:57 +01:00
Solène Rapenne 9efd2d9ca1 aws-mfa: init at 0.0.12 2021-01-28 08:56:06 +01:00
Ben Siraphob b2ed5d775b trackballs: clarify license 2021-01-28 12:10:33 +07:00
Austin Butler 00138204d0 nomachine-client: 6.12.3 -> 7.0.211 2021-01-27 21:05:04 -08:00
R. RyanTM 718916d395 python37Packages.google-cloud-iam: 2.0.0 -> 2.1.0 2021-01-28 04:31:03 +00:00
Mario Rodas 5d8b32289b heroku: 7.45.0 -> 7.47.11 2021-01-28 04:20:00 +00:00
Mario Rodas da87422997 brakeman: 4.8.0 -> 5.0.0
https://github.com/presidentbeef/brakeman/releases/tag/v5.0.0
2021-01-28 04:20:00 +00:00
R. RyanTM 30e7377bd8 python37Packages.av: 8.0.2 -> 8.0.3 2021-01-27 20:17:09 -08:00
Peter Hoeg eb9503a60e linkchecker: unstable-2020-08-15 -> 10.0.0 2021-01-28 12:06:41 +08:00
Mario Rodas 3bfd05dc5d pythonPackages.internetarchive: 1.9.6 -> 1.9.9
https://github.com/jjjake/internetarchive/releases/tag/v1.9.9
2021-01-27 20:05:46 -08:00
R. RyanTM ae4219f857 python37Packages.bids-validator: 1.5.8 -> 1.5.10 2021-01-27 20:05:23 -08:00
R. RyanTM 1e4ddfc5de python37Packages.cloudscraper: 1.2.52 -> 1.2.56 2021-01-27 19:57:12 -08:00
R. RyanTM 80db33510b python37Packages.azure-mgmt-network: 17.0.0 -> 17.1.0 2021-01-27 19:52:03 -08:00
R. RyanTM 320232bacb datasette: 0.53 -> 0.54 2021-01-27 19:51:14 -08:00
R. RyanTM 9ad2ef5c42 python37Packages.braintree: 4.5.0 -> 4.6.0 2021-01-27 19:50:08 -08:00
Mario Rodas f4a9d2a8f2
Merge pull request #110513 from andresilva/ledger-live-desktop-2.20.0
ledger-live-desktop: 2.19.0 -> 2.20.0
2021-01-27 22:43:10 -05:00
Mario Rodas 1eec15c623
Merge pull request #110977 from bbigras/tailscale
tailscale: 1.2.10 -> 1.4.0
2021-01-27 22:42:27 -05:00