3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

321655 commits

Author SHA1 Message Date
Sandro e329bedc9b
Merge pull request #140596 from fabaff/bump-python-lsp-server 2021-10-05 16:55:09 +02:00
Sandro 8d102c3e77
Merge pull request #140618 from r-ryantm/auto-update/python3.8-mypy-boto3-s3 2021-10-05 16:54:57 +02:00
Sandro 89f7f9dec8
Merge pull request #140481 from 06kellyjac/infracost 2021-10-05 16:53:54 +02:00
Nikolay Korotkiy 451c31e540
osmium-tool: 1.13.1 → 1.13.2 2021-10-05 17:46:00 +03:00
Nikolay Korotkiy 5476e647e0
libosmium: 2.17.0 → 2.17.1 2021-10-05 17:45:59 +03:00
Sandro 9dc4a6a3c1
Merge pull request #140608 from NeQuissimus/awscli 2021-10-05 16:33:26 +02:00
adisbladis 09568b1fbe
emacs2nix: Bump version 2021-10-05 09:29:29 -05:00
flexagoon 45816e7ca9 dart: 2.13.1 -> 2.14.3 2021-10-05 17:22:46 +03:00
R. RyanTM b9126f77f5 python38Packages.mypy-boto3-s3: 1.18.53 -> 1.18.54 2021-10-05 13:41:35 +00:00
Sandro f8edb26a71
Merge pull request #140611 from NeQuissimus/python3Packages.sagemaker 2021-10-05 15:34:35 +02:00
Sandro b93544b9d9
Merge pull request #140609 from NeQuissimus/omz 2021-10-05 15:34:18 +02:00
Sandro 4d264af741
Merge pull request #140610 from NeQuissimus/sbtextras 2021-10-05 15:34:01 +02:00
Bobby Rong e0e65d21b3
Merge pull request #140165 from jali-clarke/jali-clarke/nexus-3.32.0-03
nexus: 3.30.0-01 -> 3.32.0-03
2021-10-05 21:32:20 +08:00
obadz f30e4d3f04 citrix-workspace: clean up old URLs 2021-10-05 14:27:30 +01:00
Ahmed El Gabri d97c5555bc
@tailwindcss/language-server init at 0.0.4 2021-10-05 15:14:53 +02:00
Artturi 61d93e234a
Merge pull request #140394 from r-ryantm/auto-update/ytcc 2021-10-05 16:09:07 +03:00
figsoda e901167442
Merge pull request #140517 from malob/fishplugins-done
fishPlugins.done: 1.16.3 -> 1.16.5
2021-10-05 09:03:18 -04:00
Artturi bb8b91d38f
Merge pull request #138211 from r-ryantm/auto-update/azure-functions-core-tools 2021-10-05 16:02:48 +03:00
Artturi ccd402e3ad
Merge pull request #136867 from r-ryantm/auto-update/fluent-bit 2021-10-05 15:58:10 +03:00
Artturi cf1d912a8c
Merge pull request #135270 from r-ryantm/auto-update/rpm-ostree 2021-10-05 15:55:09 +03:00
Artturi 8df7a10f65
Merge pull request #137720 from r-ryantm/auto-update/aws-nuke 2021-10-05 15:51:08 +03:00
Artturi ed0d92cddc
Merge pull request #137443 from r-ryantm/auto-update/gtksourceview5 2021-10-05 15:50:26 +03:00
Artturi a2eedbad42
Merge pull request #137865 from r-ryantm/auto-update/node-problem-detector 2021-10-05 15:49:54 +03:00
Artturi 24bdf9fff9
Merge pull request #135979 from r-ryantm/auto-update/samplv1 2021-10-05 15:48:41 +03:00
Artturi 8a14d9e81f
Merge pull request #137483 from r-ryantm/auto-update/matrix-synapse-tools.synadm 2021-10-05 15:46:17 +03:00
Artturi b3953ba7fd
Merge pull request #138891 from r-ryantm/auto-update/do-agent 2021-10-05 15:36:29 +03:00
Artturi b510497c8b
Merge pull request #139094 from r-ryantm/auto-update/dictdDBs.wiktionary 2021-10-05 15:32:01 +03:00
sternenseemann 86ad6b5251 cbqn: remove vendoring using builtin capabilities
The makefile (counterintuitively) checks src/gen/customRuntime to see if
the bytecode is up to date. By simply touch(1)-ing it, we can save
maintaining a patch.
2021-10-05 14:31:31 +02:00
Artturi f82973a808
Merge pull request #138903 from r-ryantm/auto-update/system76-firmware 2021-10-05 15:30:29 +03:00
Artturi 29c035349d
Merge pull request #138858 from r-ryantm/auto-update/azure-storage-azcopy 2021-10-05 15:29:59 +03:00
Artturi 0d75cef64f
Merge pull request #138879 from r-ryantm/auto-update/unionfs-fuse 2021-10-05 15:24:58 +03:00
Alyssa Ross fc24bb88c3 s6-rc: fix source hash
The tarball appears to have been re-uploaded, because both
Profpatsch[1] and r-rmcgibbo[2] got the previous hash, but by the time
it got to Hydra, the hash had changed[3].

By getting Profpatsch to send me his cached tarball, and comparing
each to the s6-rc git repo, I've determined that the difference
between them is a fast-forward of 7cadbf1..3d1af07 (summarised below).

So I think we're fine to bump the hash — it looks like some commits
were just mistakenly excluded the first time round.

Laurent Bercot (2):
      Add lock-fd support
      version: 0.5.2.3

 NEWS                                   | 1 +
 src/libs6rc/s6rc_servicedir_internal.c | 1 +
 src/s6-rc/s6-rc-compile.c              | 9 +++++++++
 3 files changed, 11 insertions(+)

[1]: https://github.com/NixOS/nixpkgs/pull/139544
[2]: https://github.com/NixOS/nixpkgs/pull/139544#issuecomment-927332319
[3]: https://hydra.nixos.org/build/154845872
2021-10-05 14:21:51 +02:00
Artturi e143b6b572
Merge pull request #137565 from r-ryantm/auto-update/jitsi-meet-prosody 2021-10-05 15:14:12 +03:00
Artturi 409290b0ea
Merge pull request #139277 from r-ryantm/auto-update/qnotero 2021-10-05 15:10:42 +03:00
R. RyanTM 20bf59c69a
moonraker: unstable-2021-09-04 -> unstable-2021-09-21 (#139125)
Co-authored-by: Artturi <Artturin@artturin.com>
2021-10-05 15:05:16 +03:00
Artturi e0c323f6f1
Merge pull request #139103 from r-ryantm/auto-update/particl-core
particl-core: 0.19.2.13 -> 0.19.2.14
2021-10-05 15:03:35 +03:00
Alyssa Ross 881ba67f83
pkgsStatic.perl: fix build
I don't understand how this worked prior to 1dbb306
("pkgsStatic.perl: Use `dontAddStaticConfigureFlags` instead of overriding"),
but what I do know is that it's very broken now, to the point that
perl-cross needs a patch.

I doubt the -Duseshrplib is actually necessary when native compiling,
but removing it would be a mass rebuild, so I've left it in place for
now.
2021-10-05 11:59:14 +00:00
Luke Granger-Brown c55acca2a8
Merge pull request #139554 from NixOS/staging-next
staging-next 2021-09-26
2021-10-05 12:55:59 +01:00
Artturi 6c1a50cf57
Merge pull request #140547 from r-ryantm/auto-update/deno 2021-10-05 14:55:46 +03:00
Sandro 91acdb0b4e
Merge pull request #140515 from Artturin/solaarfix 2021-10-05 13:52:41 +02:00
Sandro 63f06278a4
Merge pull request #140571 from happysalada/update_oil 2021-10-05 13:52:08 +02:00
Silvan Mosberger d193e632bc
Merge pull request #140284 from Infinisil/types-anything-lambdas
lib/types: Make types.anything merge functions
2021-10-05 13:50:42 +02:00
Paul-Nicolas Madelaine f048b1401f fstar: 2021.09.11 -> 2021.09.30 2021-10-05 13:44:30 +02:00
Paul-Nicolas Madelaine 35dbd1ba87 maintainers: add pnmadelaine 2021-10-05 13:44:01 +02:00
Aaron Andersen b17c155720 apacheHttpd: 2.4.49 -> 2.4.50 2021-10-05 07:26:52 -04:00
R. RyanTM e7267763b8 python38Packages.pex: 2.1.50 -> 2.1.51 2021-10-05 11:15:28 +00:00
obadz b4981eb8e1 earlyoom module: log stderr to journald
(Default is to do the same as stdout which is > /dev/null)
2021-10-05 12:03:24 +01:00
R. RyanTM 415724f5f9 python38Packages.jupyter_server: 1.11.0 -> 1.11.1 2021-10-05 10:58:49 +00:00
Naïm Favier c53c69ab17
nixos: fixes after #136909 2021-10-05 12:48:43 +02:00
R. RyanTM 30b41c7c59 python38Packages.junos-eznc: 2.6.2 -> 2.6.3 2021-10-05 10:44:39 +00:00