Commit Graph

1157 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
R. Ryantm
cef4449cd1 neo4j: 5.21.0 -> 5.22.0 2024-07-28 10:26:17 +00:00
R. Ryantm
ad5c690497 questdb: 8.0.1 -> 8.1.0 2024-07-26 22:47:47 +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
TomaSajt
9f848675ce
mongodb: remove top-level with lib; 2024-06-30 12:56:02 +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
R. Ryantm
aabf7c0f49 aerospike: 7.0.0.7 -> 7.0.0.8 2024-05-01 00:23:50 +00:00
Dave Anderson
308cb342c9 maintainers: drop danderson 2024-04-26 11:36:50 -07:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
R. Ryantm
a7481800cd questdb: 7.4.0 -> 7.4.2 2024-04-22 23:51:41 +00:00
R. Ryantm
c5bdaa8253 influxdb2-cli: 2.7.4 -> 2.7.5 2024-04-22 14:09:11 +00:00
R. Ryantm
1ddb4d1831 influxdb2-cli: 2.7.3 -> 2.7.4 2024-04-16 02:49:50 +00:00
Weijia Wang
11f3e0c15d mongodb-4_4: drop 2024-04-12 12:30:40 +02:00
Aleksana
2a057805ae
Merge pull request #301804 from helsinki-systems/init/keydb
keydb: init at 6.3.4
2024-04-12 16:33:36 +08:00
Simon Hauser
b3642388fe
keydb: init at 6.3.4 2024-04-11 10:47:07 +02:00
R. Ryantm
78ec6893a1 aerospike: 7.0.0.6 -> 7.0.0.7 2024-04-03 01:55:34 +00:00
Weijia Wang
483821ea20
Merge pull request #297533 from r-ryantm/auto-update/neo4j
neo4j: 5.18.0 -> 5.18.1
2024-04-01 00:33:37 +02:00
Weijia Wang
b9fba268cc
Merge pull request #298144 from r-ryantm/auto-update/questdb
questdb: 7.3.10 -> 7.4.0
2024-03-30 20:39:56 +01:00
Robert Scott
dda0c576b2
Merge pull request #298018 from noisersup/ferretdb-1.21.0
ferretdb: 1.20.1 -> 1.21.0
2024-03-25 23:59:44 +00:00
R. Ryantm
41781200a4 apache-jena: 4.10.0 -> 5.0.0 2024-03-25 06:30:19 +00:00
Robert Scott
b5244c47aa questdb: mark with sourceProvenance binaryBytecode 2024-03-24 23:37:52 +00:00
Weijia Wang
5d5c08c95a
Merge pull request #297092 from r-ryantm/auto-update/aerospike
aerospike: 7.0.0.5 -> 7.0.0.6
2024-03-24 23:11:50 +01:00
R. Ryantm
009ccf2ce7 questdb: 7.3.10 -> 7.4.0 2024-03-22 19:20:10 +00:00
noisersup
28a98de40e ferretdb: 1.20.1 -> 1.21.0 2024-03-22 12:49:39 +01:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
R. Ryantm
beff2b4c79 neo4j: 5.18.0 -> 5.18.1 2024-03-20 20:54:32 +00:00
R. Ryantm
e3b025fbe1 aerospike: 7.0.0.5 -> 7.0.0.6 2024-03-19 03:18:43 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Yt
e6bf74e26a
Merge pull request #296379 from sikmir/surrealdb
surrealdb: 1.2.1 → 1.3.1
2024-03-18 23:23:23 +00:00
Nikolay Korotkiy
33f3c98822
surrealdb: migrate to by-name 2024-03-18 17:04:09 +04:00
Nikolay Korotkiy
f4235345e4
surrealdb: 1.2.1 → 1.3.1 2024-03-18 17:04:03 +04:00
Yureka
f9ab7d7753 ferretdb: add changelog link 2024-03-18 11:20:19 +01:00
Weijia Wang
9fcd6a565a
Merge pull request #295771 from r-ryantm/auto-update/neo4j
neo4j: 5.17.0 -> 5.18.0
2024-03-18 05:48:21 +01:00
Weijia Wang
9ad7c8e988
Merge pull request #296796 from ElvishJerricco/mongodb-fix-darwin
mongodb: Fix darwin
2024-03-18 05:25:37 +01:00
Will Fancher
cb52c9bb10 mongodb: Fix darwin 2024-03-17 22:47:33 -04:00
R. Ryantm
b773fafa8b neo4j: 5.17.0 -> 5.18.0 2024-03-14 01:46:55 +00:00
Isabelle
948054ae91
mongodb-6_0: add patch to fix broken build (#293556)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-03-13 14:20:58 +01:00
R. Ryantm
49653ab9dd aerospike: 7.0.0.4 -> 7.0.0.5 2024-03-08 08:43:45 +00:00
Jonas Chevalier
ee411f2c1b
VictoriaMetrics: 1.97.1 -> 1.99.0 (#293328)
Package upgrade and move to pkgs/by-name.

* https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.98.0
* https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.99.0
2024-03-05 10:53:19 +01:00
R. Ryantm
db64e0fbf4 aerospike: 7.0.0.3 -> 7.0.0.4 2024-03-03 16:31:57 +00:00
Isa
106c4ac6aa mongodb-4_4: 4.4.27 -> 4.4.28 2024-02-26 13:07:42 +01:00
Pol Dellaiera
6fdfc84f99
Merge pull request #290757 from r-ryantm/auto-update/questdb
questdb: 7.3.9 -> 7.3.10
2024-02-24 23:46:36 +01:00
R. Ryantm
b2938a8fb7 neo4j: 5.16.0 -> 5.17.0 2024-02-24 04:50:41 +00:00
Sandro
11ac4775a1
Merge pull request #290716 from f2k1de/mongodb-5.0.24 2024-02-24 00:50:04 +01:00
R. Ryantm
f1b8a68dc8 questdb: 7.3.9 -> 7.3.10 2024-02-23 04:19:42 +00:00
Isa
80d5942195 mongodb-6_0: 6.0.12 -> 6.0.13 2024-02-22 23:34:13 +01:00
Isa
6c1f08c32b mongodb-5_0: 5.0.23 -> 5.0.24 2024-02-22 23:31:19 +01:00
R. Ryantm
6b41e26ae3 ferretdb: 1.19.0 -> 1.20.1 2024-02-19 23:37:24 +00:00
R. Ryantm
e48de956e4 surrealdb: 1.1.1 -> 1.2.1 2024-02-17 08:37:30 +00:00
Will Fancher
9bfa405ab4 mongodb: Fix cross compilation 2024-02-10 13:48:42 -05:00
Will Fancher
f6086df42f mongodb: Eliminate 'variants' redundancy. 2024-02-10 13:28:36 -05:00
Will Fancher
f29d66a77f mongodb: Use scons 4 2024-02-10 13:28:36 -05:00
Weijia Wang
755d86a4fc
Merge pull request #279913 from r-ryantm/auto-update/neo4j
neo4j: 5.9.0 -> 5.16.0
2024-02-05 00:45:31 +01:00