Commit Graph

1104 Commits

Author SHA1 Message Date
David McFarland
d3ca5027fa dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
R. Ryantm
6b2255a2af aerospike: 7.1.0.3 -> 7.1.0.4 2024-07-28 12:32:39 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
Martin Weinelt
a9d2968bc7
mongodb: fix stale scons override 2024-07-25 03:11:29 +02:00
Marcus Ramberg
064aae17eb
Merge pull request #325961 from qubitnano/mongodbpython
mongodb: pin scons to python311
2024-07-25 01:10:01 +02:00
Wael Nasreddine
ba8518d72b
Merge pull request #328195 from r-ryantm/auto-update/aerospike
aerospike: 7.1.0.2 -> 7.1.0.3
2024-07-22 14:54:15 -07:00
R. Ryantm
fe3dabff7f apache-jena: 5.0.0 -> 5.1.0 2024-07-19 00:58:07 +00:00
R. Ryantm
bf6ec079f6 aerospike: 7.1.0.2 -> 7.1.0.3 2024-07-18 14:49:30 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
qubitnano
6c879c9e5e mongodb: pin scons to python311
Building mongodb with python312 fails:

ModuleNotFoundError: No module named 'imp':
  File "/build/source/SConstruct", line 46:
    from buildscripts import moduleconfig
  File "/build/source/buildscripts/moduleconfig.py", line 30:
    import imp
2024-07-09 18:45:02 -04:00
Hakan Tunc
ca245981f5
influxdb2-cli: install shell completion
The influx command can generate completion scripts. This PR adds a
post-intall script to install these completions for bash & zsh.

Tested the functionality for aarch64-darwin with zsh.

`influx completion --help`

> NAME:
>     completion - Generates completion scripts
>
> USAGE:
>     completion [bash|zsh|powershell]
2024-07-04 09:10:22 -07:00
Weijia Wang
476210ea5e
Merge pull request #323383 from qubitnano/mongo
mongodb-6_0: 6.0.15 -> 6.0.16
2024-07-03 14:14:59 +02:00
R. Ryantm
4c81102f58 neo4j: 5.20.0 -> 5.21.0 2024-06-29 13:41:39 +00:00
qubitnano
031cbd4032 mongodb-6_0: 6.0.15 -> 6.0.16 2024-06-28 17:17:20 -04:00
Weijia Wang
d7bdb66131
Merge pull request #321628 from r-ryantm/auto-update/aerospike
aerospike: 7.1.0.0 -> 7.1.0.2
2024-06-27 23:59:49 +02:00
Julien Malka
efc411612d
Merge pull request #322660 from r-ryantm/auto-update/ferretdb
ferretdb: 1.21.0 -> 1.22.0
2024-06-27 12:55:16 +02:00
noisersup
c8c4d48cb3 ferretdb: update homepage
ferretdb.com is used in the Github repository description for some time.
2024-06-26 17:45:00 +02:00
R. Ryantm
73a012adae ferretdb: 1.21.0 -> 1.22.0 2024-06-26 15:13:32 +00:00
Weijia Wang
8a880cabb0
Merge pull request #320546 from r-ryantm/auto-update/questdb
questdb: 8.0.0 -> 8.0.1
2024-06-26 00:30:05 +02:00
Paul Meyer
fbe8538aa1 treewide: remove jonringer as package maintainer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-25 09:16:56 +02:00
R. Ryantm
1e27366d68 aerospike: 7.1.0.0 -> 7.1.0.2 2024-06-22 00:26:25 +00:00
R. Ryantm
35c2e4bf4e questdb: 8.0.0 -> 8.0.1 2024-06-17 14:19:46 +00:00
Mitchell Skaggs
d7aecd3cb0
{influxdb, influxdb2}: fix build on aarch64-linux
An inadvertent reliance on `char` being signed crept into `libflux`;
this patch specifies a signed 8-bit type for the literal and then
explicitly casts to the appropriate platform `c_char` type.
2024-06-16 00:00:32 -05:00
Mitchell Skaggs
746c184625
influxdb: 1.10.5 -> 1.10.7
New patch addresses issues with Rust 1.78 until `influxdb` updates `flux >= v0.195.0`.
2024-06-16 00:00:32 -05:00
Mitchell Skaggs
541458b464
influxdb2: 2.7.1 -> 2.7.6
New patch addresses issues with Rust 1.78 until `influxdb2` updates `flux >= v0.195.0`. Removes `no-deny-warnings.patch` and previous Rust version patch as they are not needed anymore.

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-06-16 00:00:32 -05:00
github-actions[bot]
0cc78468fa
Merge master into staging-next 2024-06-10 18:01:13 +00:00
Weijia Wang
b930cdc5c5
Merge pull request #299603 from qubitnano/origin-mongo-avx
mongodb: add avxSupport override
2024-06-10 18:29:12 +02:00
Weijia Wang
abd81f388f
Merge pull request #317622 from qubitnano/mongo5
mongodb-5_0: 5.0.26 -> 5.0.27
2024-06-10 18:26:47 +02:00
Peder Bergebakken Sundt
beea648662
Merge pull request #315655 from r-ryantm/auto-update/questdb
questdb: 7.4.2 -> 8.0.0
2024-06-10 15:01:01 +02:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
qubitnano
4c74dbf2bb mongodb-5_0: 5.0.26 -> 5.0.27 2024-06-04 20:29:23 -04:00
qubitnano
2e9c2a5c3c mongodb: add avxSupport override
Starting with mongodb 5, the default build produces binaries that throw a trap
invalid opcode on machines without the avx cpu flag. While most modern cpus
support this flag, some recent lower end Intel CPUs (N5105) do not. Allow
mongodb to build without such flags.
2024-06-04 18:33:39 -04:00
github-actions[bot]
97d15b22bf
Merge master into staging-next 2024-06-02 18:01:10 +00:00
R. Ryantm
2bb8ac3848 questdb: 7.4.2 -> 8.0.0 2024-05-29 14:49:36 +00:00
R. Ryantm
f2fad87875 neo4j: 5.19.0 -> 5.20.0 2024-05-25 05:07:29 +00:00
Sandro Jäckel
19e30cb963
redis: 7.2.4 -> 7.2.5 2024-05-19 17:08:13 +02:00
R. Ryantm
6a9a98298c aerospike: 7.0.0.9 -> 7.1.0.0 2024-05-16 05:17:56 +00:00
Pol Dellaiera
ed1bd15ae2
Merge pull request #298513 from qubitnano/origin-mongo6
mongodb-6_0: 6.0.13 -> 6.0.15
2024-05-13 11:08:46 +02:00
Pol Dellaiera
5aa2bf87d7
Merge pull request #298512 from qubitnano/origin-mongo5
mongodb-5_0: 5.0.24 -> 5.0.26
2024-05-13 11:08:32 +02:00
7c6f434c
6005362903
Merge pull request #310577 from zebreus/fix-fuseki
apache-jena-fuseki: fix running with nix run
2024-05-10 13:32:36 +00:00
Zebreus
1135620d73 fuseki: fix running with nix run 2024-05-10 14:42:02 +02:00
R. Ryantm
0db226ffd3 aerospike: 7.0.0.8 -> 7.0.0.9 2024-05-10 02:21:33 +00:00
qubitnano
8f70472232 mongodb-6_0: 6.0.13 -> 6.0.15 2024-05-07 18:20:31 -04:00
qubitnano
af99d82fb5 mongodb-5_0: 5.0.24 -> 5.0.26 2024-05-07 18:16:25 -04:00
Isa
fbf40c2ade mongodb: use github instead of broken mirror 2024-05-07 19:43:04 +02:00
Weijia Wang
a428bfc1f8
Merge pull request #306131 from r-ryantm/auto-update/questdb
questdb: 7.4.0 -> 7.4.2
2024-05-04 14:52:27 +02:00
Wael Nasreddine
558941a84c
Merge pull request #308129 from r-ryantm/auto-update/aerospike
aerospike: 7.0.0.7 -> 7.0.0.8
2024-05-03 10:40:24 -06:00
R. Ryantm
2a19a6d842 neo4j: 5.18.1 -> 5.19.0 2024-05-01 23:07:27 +00:00