3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

328152 commits

Author SHA1 Message Date
Maciej Krüger ede778be9c
nodePackages.rtlcss: init 2021-11-03 03:52:41 +01:00
Maciej Krüger abc90b4851
nixos/odoo: init 2021-11-03 03:52:41 +01:00
Maciej Krüger 4a753cd833
odoo: init at 15.0.20211029 2021-11-03 03:52:40 +01:00
Maciej Krüger 89737cc397
python3Packages.werkzeug1: init at 1.0.1 2021-11-03 03:52:36 +01:00
R. Ryantm b1d0b0afef flavours: 0.5.1 -> 0.5.2 2021-11-03 02:45:42 +00:00
Maciej Krüger d5bac9c0d7
python3Packages.ebaysdk: init at 2.2.0 2021-11-03 03:42:01 +01:00
R. Ryantm 664330fc5c exoscale-cli: 1.45.2 -> 1.46.0 2021-11-03 02:25:33 +00:00
pinn3 9a4a6a6af0 nodePackages.intelephense: set license to unfree
https://github.com/NixOS/nixpkgs/pull/143281#issuecomment-953964054
https://github.com/NixOS/nixpkgs/pull/143281#issuecomment-953987445
2021-11-03 03:22:36 +01:00
pinn3 205c9dbf3a nodePackages.intelephense: init at 1.7.1 2021-11-03 03:22:33 +01:00
Bobby Rong 847b97220e
pantheon-tweaks: 1.0.1 -> 1.0.2 2021-11-03 10:19:04 +08:00
Maciej Krüger 00021b8642
Merge pull request #144330 from mkg20001/cloudprint 2021-11-03 03:18:25 +01:00
R. Ryantm c8158a36f2 esbuild: 0.13.11 -> 0.13.12 2021-11-03 02:12:50 +00:00
Maciej Krüger 95436688a2
cloud-print-connector: remove leftover
Is officially deperacted since 31th december

Read more https://support.google.com/chrome/a/answer/9633006
2021-11-03 03:12:07 +01:00
Ryan Burns fa0ddc3f1b
Merge pull request #143974 from misuzu/freeswitch-update
freeswitch: 1.10.6 -> 1.10.7
2021-11-02 19:10:30 -07:00
Ryan Burns caea3b7d56
Merge pull request #143749 from SuperSamus/pcsx2
pcsx2: unstable-2020-11-13 -> unstable-2021-10-28
2021-11-02 18:43:05 -07:00
superherointj df4fac48fc maintainers: remove superherointj 2021-11-02 18:22:31 -07:00
Aaron Andersen 55cbb8d0b8 kodi.packages.keymap: init at 1.1.3+matrix.1 2021-11-02 21:07:42 -04:00
Aaron Andersen 39479cc20d kodi.packages.defusedxml: init at 0.6.0+matrix.1 2021-11-02 21:06:41 -04:00
Bobby Rong 679fb825a2
Merge pull request #144240 from Mic92/readme
README: sync package count with https://search.nixos.org/packages
2021-11-03 08:54:02 +08:00
Bernardo Meurer 7b0696106d
Merge pull request #144290 from lovesegfault/libmtp-1.1.19
libmtp: 1.1.18 -> 1.1.19
2021-11-02 17:41:44 -07:00
Anderson Torres 946ea034cd
Merge pull request #144304 from trofi/fix-tty-solitaire-on-ncurses-6.3
tty-solitaire: fix build against upcoming ncurses-6.3
2021-11-02 21:31:07 -03:00
Ivan Kozik 3cd603dc6d libsixel: 1.10.1 -> 1.10.3
Remove the libbsd dependency, as it is no longer used since
https://github.com/libsixel/libsixel/pull/34
2021-11-03 00:29:23 +00:00
figsoda 8c4636e12b
Merge pull request #144312 from r-ryantm/auto-update/cargo-release
cargo-release: 0.18.2 -> 0.18.4
2021-11-02 20:28:50 -04:00
figsoda 7dc3813945 cargo-edit: 0.7.0 -> 0.8.0 2021-11-02 20:20:28 -04:00
R. Ryantm 86acf2c003 catatonit: 0.1.6 -> 0.1.7 2021-11-03 00:13:33 +00:00
figsoda 5a2d6a6b75
Merge pull request #144309 from r-ryantm/auto-update/cargo-make
cargo-make: 0.35.5 -> 0.35.6
2021-11-02 20:13:18 -04:00
R. Ryantm b6f209a146 cargo-release: 0.18.2 -> 0.18.4 2021-11-03 00:04:08 +00:00
R. Ryantm 142c9ec506 cargo-make: 0.35.5 -> 0.35.6 2021-11-02 23:58:31 +00:00
Sergei Maximov 2a9336b426 elixir-ls: build LS using the same Elixir version that is used to run LS
The Elixir LS package in Nixpkgs by default used the latest Elixir
version available to compile and run Elixir LS. The user can build
a custom Elixir LS package with a different Elixir version:

    my-custom-elixir-ls = pkgs.elixir-ls.override {
      elixir = my-custom-elixir;
    };

But by doing so the user changes only the Elixir version used to
run Elixir LS; the Elixir version used to compile Elixir LS doesn't
change. As the result, the custom Elixir LS package uses a different
Elixir version at runtime than the Elixir version it was compiled with.

In order to be able to modify the Elixir version used at build time,
I changed `mixRelease` and `fetchMixDeps` to accept `elixir` and
`hex` as parameters (defaults to the latest Elixir and Hex packages).
2021-11-03 08:46:46 +09:00
Aaron Andersen 45891c5f1c
Merge pull request #143705 from felschr/ddclient-password-file
nixos/ddclient: replace password with passwordFile option
2021-11-02 19:42:49 -04:00
Sergei Trofimovich 0a0a4402de tty-solitaire: fix build against upcoming ncurses-6.3
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:

    src/gui.c:48:13: error: format not a string literal and no format arguments [-Werror=format-security]
       48 |             card_suits[card->suit]);
          |             ^~~~~~~~~~
2021-11-02 23:31:42 +00:00
Smaug123 46bb15411b vimPlugins.lean-nvim: add dependencies 2021-11-02 16:17:58 -07:00
R. Ryantm 55c44e3542 binance: 1.25.0 -> 1.26.0 2021-11-02 23:14:53 +00:00
Nikolay Korotkiy 6f3e276625 josm: 18193 → 18303 2021-11-03 00:12:22 +01:00
Sandro 8e1afc7a83
Merge pull request #144293 from romildo/upd.xfce4-cpugraph-plugin 2021-11-03 00:03:13 +01:00
Sandro 8b8275ee87
Merge pull request #144297 from romildo/upd.mate-panel 2021-11-03 00:02:52 +01:00
Sandro e6ff3dc5b1
Merge pull request #144295 from romildo/upd.xfce4-whiskermenu-plugin 2021-11-03 00:02:43 +01:00
Sandro b852f0a891
Merge pull request #144292 from romildo/upd.ristretto 2021-11-03 00:02:31 +01:00
R. Ryantm 135ac287c2 barrier: 2.3.3 -> 2.4.0 2021-11-02 23:00:22 +00:00
José Romildo f129ece353 mate.mate-panel: 1.26.0 -> 1.26.1 2021-11-02 19:43:34 -03:00
figsoda fd00c4aae1
Merge pull request #144281 from figsoda/update-ouch
ouch: 0.2.0 -> 0.3.1
2021-11-02 18:39:15 -04:00
Ryan Mulligan f41f834bb1
Merge pull request #143429 from r-ryantm/auto-update/sqlx-cli
sqlx-cli: 0.5.7 -> 0.5.9
2021-11-02 15:36:09 -07:00
José Romildo edca09f053 xfce.xfce4-whiskermenu-plugin: 2.6.0 -> 2.6.1 2021-11-02 19:34:17 -03:00
Lein Matsumaru 28d4a5e0ec
exploitdb: 2021-10-30 -> 2021-11-02 2021-11-02 22:34:08 +00:00
Martin Weinelt b47fcee2a5
Merge pull request #144219 from mweinelt/firefox 2021-11-02 23:31:13 +01:00
José Romildo b5e270bf17 xfce.xfce4-cpugraph-plugin: 1.2.3 -> 1.2.5 2021-11-02 19:28:35 -03:00
José Romildo 9e6f9e0697 xfce.ristretto: 0.11.0 -> 0.12.0 2021-11-02 19:22:31 -03:00
Bernardo Meurer 0d1e63dd1d
libmtp: reformat, fix udev path, add maintainer 2021-11-02 15:14:34 -07:00
Bernardo Meurer 4c237aa5c6
libmtp: 1.1.18 -> 1.1.19 2021-11-02 15:03:20 -07:00
Anderson Torres aaf4562154
Merge pull request #144279 from NixOS/update-nix-bundle
nix-bundle: 0.4.0 -> 0.4.1
2021-11-02 19:02:43 -03:00