Vladimír Čunát
a0290a8999
python3Packages.jaxlib-build: switch to protobuf 3.20
...
https://hydra.nixos.org/build/191829110
2022-09-23 11:21:36 +02:00
Vladimír Čunát
a3c646c4e2
protobuf: default to 3.20 on 32-bit platforms
...
3.21 won't build, and the upstream fix won't apply.
2022-09-23 10:22:43 +02:00
Florian Brandes
283707a3ef
python3Packages.flask-mailman: init at 0.3.0
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-23 10:09:49 +02:00
Kristoffer K. Føllesdal
11a11704bc
databricks-sql-cli: init at 0.1.4
2022-09-23 10:01:55 +02:00
harvidsen
d240bf08af
python3Packages.databricks-sql-connector: init at 2.0.5
2022-09-23 09:32:29 +02:00
github-actions[bot]
e5b35e8b3f
Merge master into staging-next
2022-09-23 06:17:43 +00:00
linsui
79833127ca
jabref: 5.6 -> 5.7
2022-09-23 12:51:26 +08:00
Christian Kögler
e14f9fb573
Merge pull request #192169 from NickCao/casync-cross
...
casync: fix cross compilation by passing the correct sphinx
2022-09-23 05:57:56 +02:00
Manuel Mendez
ac82ac550e
nootka: drop unstable package
2022-09-22 21:35:36 -04:00
Manuel Mendez
74611c4dc4
tcat: init at 1.0.0
2022-09-22 21:35:25 -04:00
github-actions[bot]
c23c458834
Merge master into haskell-updates
2022-09-23 00:18:03 +00:00
github-actions[bot]
bdf7bb0f65
Merge master into staging-next
2022-09-23 00:02:56 +00:00
Martin Weinelt
d61d1ec883
python3Packages.ocrmypdf: Upgrade to tesseract5
2022-09-23 01:43:47 +02:00
Fabian Affolter
ab89aac13e
python310Packages.aiofile: init at 3.8.0
2022-09-23 01:19:44 +02:00
Fabian Affolter
9cb10063fb
python310Packages.caio: init at 0.9.8
2022-09-23 01:16:08 +02:00
superherointj
c7a143d4b7
Merge pull request #191659 from reedrw/cinny-openssl-fix
...
cinny-desktop: use openssl_1_1
2022-09-22 20:14:01 -03:00
Fabian Affolter
4dae2933ba
python310Packages.aiomisc: init at 16.2
2022-09-23 01:13:53 +02:00
Fabian Affolter
37a839d6f6
python310Packages.logging-journald: init at 0.6.1
2022-09-23 01:00:05 +02:00
Daniel McCarney
0650000314
ldmud: init at 3.6.6
...
LDMud is a game engine for text based multi-user dungeon games (MUDs),
in the "LP" heritage. In essence it is a virtual machine that allows
developers to implement MUD games ("mudlibs" in LD parlance) using the
LPC programming language.
In the project's own words:
> This is 'LDMud', a gamedriver for LPMuds. (LPC compiler, interpreter
> and runtime environment.)
>
> LDMud started as a project to clean up and modernize Amylaar's LPMud
> gamedriver. Primary goals are full documentation, a commented source
> body and out-of-the-box support for the major mudlibs, of which the
> commented source body has been pretty much completed. During the course
> of work a lot of bug fixes and improvements found their way into the
> driver - much more than originally expected, and definitely enough to
> make LDMud a driver in its own right.
For nixpkgs the new LDMud addition is largely a standard derivation for
an autoreconf/automake based project. Some small tweaks are required to
get everything lined up between the Nix environment and the LDMud build
system.
The new LDMud derivation is placed in `pkgs/games/ldmud/` alongside
other MUD-related projects in the games category (e.g. `mudlet`,
`blightmud`).
LD offers a variety of optional features, some of which require heavier
dependencies (e.g. MySQL/Postgres client libraries). To support both
a minimal default build equal to what one gets using the upstream build
with no customization, and to also support a more useful fully featured
build, the LDMud derivation is added to `all-packages.nix` twice:
1. the `ldmud` attribute builds the minimal default configuration (just
the optional gcrypt and pcre options enabled, matching upstream).
2. the `ldmud-full` attribute builds LDMud with all of the optional
features enabled (database support, Python support, TLS support,
etc).
2022-09-22 17:58:18 -04:00
Дамјан Георгиевски
499aebcf34
portableService: tooling to create portable service images
...
see https://systemd.io/PORTABLE_SERVICES/ about the definition of
portable services. this tooling is analogous to the `pkgs.dockerTools.buildImage`
tooling and is called `pkgs.portableService`.
systemd (since version 239) supports a concept of “Portable Services”.
“Portable Services” are a delivery method for system services that uses
two specific features of container management:
* Applications are bundled. I.e. multiple services, their binaries and all
their dependencies are packaged in an image, and are run directly from it.
* Stricter default security policies, i.e. sandboxing of applications.
The primary tool for interacting with Portable Services is portablectl,
and they are managed by the systemd-portabled service.
This function will create a squashfs raw image in `result/$pname_$version.raw`
that has the required files by the portable services spec, and all the
dependencies for the running program in the nix store.
2022-09-22 20:11:25 +02:00
Vladimír Čunát
3671ea902a
Merge branch 'master' into staging-next
2022-09-22 19:06:26 +02:00
figsoda
866be16461
Merge pull request #192295 from matthiasbeyer/add-mdbook-open-on-gh
...
mdbook-open-on-gh: init at 2.2.0
2022-09-22 12:04:06 -04:00
sternenseemann
da60f2dc9c
haskell.compiler.ghcHEAD: 9.3.20220406 -> 9.5.20220921
...
Initial port of our GHC Nix expressions to the new hadrian build system,
as it has become required after 9.4. Unfortunately there are some
regressions affecting us, namely the inability to install a GHC
cross-compiler at the moment (see issue linked in relevant error
message). This means that a lot of specific configuration snippets for
cross-platforms and static compilation have been ported from make
speculatively, as we are unable to test them for the moment.
2022-09-22 16:18:17 +02:00
Vladimír Čunát
82ff645e17
Merge #191652 : rr-unstable: remove
2022-09-22 14:33:34 +02:00
Maximilian Bosch
b2ec74836b
Merge pull request #191670 from Ma27/fix-hardened-kernel-update
...
linux/hardened: fix update script and build for 5.19
2022-09-22 11:03:31 +02:00
Mostly Void
733ce794b6
litefs: init at 0.2.0
2022-09-22 14:16:28 +05:30
Matthias Beyer
3f89093784
mdbook-open-on-gh: init at 2.2.0
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-22 07:52:41 +02:00
github-actions[bot]
6ded381b0e
Merge master into staging-next
2022-09-22 00:03:22 +00:00
Fabian Affolter
f4b211eb91
Merge pull request #191806 from fabaff/ldapnomnom
...
ldapnomnom: init at unstable-2022-09-18
2022-09-22 00:46:12 +02:00
superherointj
e02ea2e9e2
Merge pull request #180325 from maj0e/patch-2
...
pkgsStatic.cctz: fix build
2022-09-21 18:08:49 -03:00
maj0e
fee7c83587
cctz: fix static build
...
The install targets were "install_hdrs"
and "install_shared_lib". The later is obviously not
correct for a static build and was changed to
"install_lib" (corresponds to libcctz.a) for that case.
2022-09-21 22:50:52 +02:00
Thomas Tuegel
55ebfc59e0
Merge pull request #191644 from NickCao/tdesktop
...
tdesktop: 4.1.1 -> 4.2.0, and required changes on kdeframework
2022-09-21 15:48:50 -05:00
Ulrik Strid
e2f9df093a
ocamlPackages.mimic: 0.0.4 -> 0.0.5
2022-09-21 22:22:26 +02:00
Pascal Bach
cc75de61bb
Merge pull request #192284 from figsoda/cargo-vet
...
cargo-vet: init at 0.3.0
2022-09-21 21:29:04 +02:00
Pascal Bach
bf76a5254d
Merge pull request #192241 from peterromfeldhk/peter-infrahq
...
infra: init at 0.15.1
2022-09-21 21:22:14 +02:00
figsoda
0e1b0bdfa8
cargo-vet: init at 0.3.0
2022-09-21 15:06:32 -04:00
github-actions[bot]
57e15d64c3
Merge master into staging-next
2022-09-21 18:01:25 +00:00
Jakub Kozłowski
944c6691fc
aws: remove, recommend awscli
/ awscli2
( #176707 )
...
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2022-09-21 19:06:36 +02:00
maralorn
90eacab493
Merge branch 'master' into haskell-updates
2022-09-21 17:42:00 +02:00
quasigod-io
b0e0e80ddc
nitch: init at 0.1.6
2022-09-21 10:40:06 -05:00
maralorn
39a02ce041
haskell.compiler: Don‘t filter redundant major version jobs
2022-09-21 17:20:16 +02:00
maralorn
122c082943
haskell.pkgsStatic: Fix missing minor version for hydr checks
2022-09-21 17:15:58 +02:00
maralorn
413c67c96d
haskell.compiler.native-bignum: Readd missing minor versions
2022-09-21 17:10:59 +02:00
maralorn
188ea7b8c8
haskell.packages: Revert to minor version test names
2022-09-21 17:03:11 +02:00
Ulrik Strid
1ef96c2f24
ocamlPackages.dns: 6.1.4 -> 6.3.0
2022-09-21 16:40:33 +02:00
maralorn
b6f1e6a1b2
haskell.packages: Show minor version in test names
2022-09-21 16:23:37 +02:00
maralorn
e2c6425398
Merge pull request #191991 from maralorn/drop-minor-versions
...
haskell.{compiler,packages}: Add aliases without minor versions
2022-09-21 16:15:48 +02:00
superherointj
29296ae861
Merge pull request #192228 from yu-re-ka/musl-game-music-emu
...
pkgsMusl.game-music-emu: fix build
2022-09-21 10:26:16 -03:00
Yureka
54ce4e4eaa
game-music-emu: to pkgs/development/libraries
2022-09-21 15:21:35 +02:00
Vladimír Čunát
6a51acb552
thunderbird-91*: drop
...
At this point it wouldn't even build anymore, as we pruned
the builder shared with Firefoxes.
2022-09-21 14:58:58 +02:00
Peter Romfeld
9b454809d3
infra: init at 0.15.1
2022-09-21 15:23:18 +03:00
github-actions[bot]
15bbf4d3fc
Merge master into staging-next
2022-09-21 12:01:48 +00:00
Martin Weinelt
b3c86ef755
firefox-esr-91-unwrapped: drop
...
The 91 series has reached its end of life.
2022-09-21 13:45:38 +02:00
Pavol Rusnak
0615155dab
Merge pull request #192100 from prusnak/elements-aarch64-darwin
...
elements: fix build on aarch64-darwin (apply changes from bitcoin)
2022-09-21 11:46:44 +02:00
Pavol Rusnak
cbcdc23b9d
elements: apply fixes from bitcoin package
2022-09-21 11:46:17 +02:00
Sandro
a904ff1f66
Merge pull request #190885 from hexagonal-sun/sdrangel-update
2022-09-21 11:34:02 +02:00
Marcello Nuccio ARPAE
46a8195784
subversion: openssl_3 -> openssl_1_1 to fix https lock
...
Subversion hangs when accessing an HTTPS repository.
Rollback to openssl_1_1 fixes the problem.
Setting `openssl = openssl_1_1` only for subversion is not enough.
I had to also set it for the `aprutil` instance used by the `serf`
library used by `subversion`. I do not know if this is a distinct bug.
I first reported the problem at
https://discourse.nixos.org/t/how-to-find-what-has-changed-between-two-builds-of-a-derivation/21854?u=mnuccioarpae
2022-09-21 11:17:25 +02:00
Sandro
7dac364af1
Merge pull request #191874 from figsoda/cargo-ui
2022-09-21 11:12:50 +02:00
Fabian Affolter
289bfcc2d0
Merge pull request #191891 from firefly-cpp/overpy
...
python310Packages.overpy: init at 0.6
2022-09-21 11:07:43 +02:00
Fabian Affolter
98d31c3eb9
Merge pull request #191758 from fabaff/crackql
...
crackql: init at unstable-20220821
2022-09-21 09:44:57 +02:00
Fabian Affolter
ec89c502c7
Merge pull request #192023 from fabaff/coercer
...
coercer: init at 1.6
2022-09-21 09:35:43 +02:00
Fabian Affolter
c1ca27703d
Merge pull request #192049 from fabaff/silenthound
...
silenthound: init at unstable-2022-09-02
2022-09-21 09:31:32 +02:00
Fabian Affolter
a18e1bba42
coercer: init at 1.6
2022-09-21 09:16:16 +02:00
Fabian Affolter
b6d0414b22
ldapnomnom: init at unstable-2022-09-18
2022-09-21 09:12:39 +02:00
Fabian Affolter
dfa4a33001
dismember: init at 0.0.1
2022-09-21 09:11:47 +02:00
Fabian Affolter
9e4208c8c7
crackql: init at unstable-20220821
2022-09-21 09:08:07 +02:00
Fabian Affolter
8c63069284
Merge pull request #191749 from fabaff/graphinder
...
graphinder: init at 1.11.5
2022-09-21 09:05:23 +02:00
github-actions[bot]
071a9fc320
Merge master into staging-next
2022-09-21 06:23:26 +00:00
Bryan A. S
31857704c9
kubeswitch: init at 0.7.2
2022-09-21 02:31:46 -03:00
maralorn
fae2ff5c03
haskell.{compiler,packages}: Add aliases without minor versions
2022-09-21 05:51:28 +02:00
Jonas Heinrich
490f918fe6
popcorntime: init at 0.4.9
...
Co-authored-by: VolodiaPG
2022-09-20 23:05:08 -04:00
Nick Cao
5c2ab1bfaf
casync: fix cross compilation by passing the correct sphinx
2022-09-21 10:14:12 +08:00
github-actions[bot]
7da9ac9ae6
Merge master into staging-next
2022-09-21 00:03:46 +00:00
Ivv
647068fb46
Merge pull request #191233 from bezmuth/mynewt-newtmgr
...
mynewt-newtmgr: init at 1.10.0
2022-09-20 23:34:15 +02:00
Ivv
8349aff764
Merge pull request #191522 from benley/cf-terraforming
...
cf-terraforming: init at 0.8.5
2022-09-20 23:19:01 +02:00
github-actions[bot]
2f49e0bb89
Merge master into staging-next
2022-09-20 18:01:23 +00:00
Jan Tojnar
b66c75e1e8
webkitgtk_5_0: init
2022-09-20 19:35:24 +02:00
Bernardo Meurer
e639bc8c53
Merge pull request #192085 from helsinki-systems/fix/xidel-fix-ssl
2022-09-20 12:33:11 -03:00
Sandro
a00c8f2667
Merge pull request #187873 from SuperSandro2000/rsyslog
2022-09-20 17:03:24 +02:00
ajs124
ab24bf4de2
xidel: fix openssl connections
2022-09-20 16:27:49 +02:00
figsoda
078c6493e1
Merge pull request #191821 from figsoda/cargo-auditable
...
cargo-auditable: init at 0.5.1
2022-09-20 09:44:48 -04:00
Jonas Heinrich
3128b2fc43
Merge pull request #191465 from McSinyx/explain
...
libexplain: init at 1.4
2022-09-20 14:14:36 +02:00
Jonas Heinrich
0439f0d1dc
Merge pull request #145443 from KAction/python/sphinxemoji
...
python3.pkgs.sphinxcontrib-sphinxemoji: init at 0.2.0
2022-09-20 14:04:31 +02:00
firefly-cpp
11804e7aeb
python310Packages.overpy: init at 0.6
2022-09-20 12:43:37 +02:00
Martin Weinelt
5d4267b0f2
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-20 12:25:19 +02:00
Jonas Heinrich
d61c6f262f
Merge pull request #191883 from tjni/xcaddy
...
xcaddy: init at 0.3.1
2022-09-20 11:44:11 +02:00
Nguyễn Gia Phong
5783f096f3
explain: init at 1.4
2022-09-20 18:40:00 +09:00
Fabian Affolter
575d83db50
silenthound: init at unstable-2022-09-02
2022-09-20 10:59:34 +02:00
Frederik Rietdijk
86ab83260f
Revert "Revert "buildPython*: store dist (wheel/sdist) in dist output""
...
Most packages were fixed on python-unstable.
This reverts commit 0a4898c21a
.
2022-09-20 09:49:55 +02:00
Fabian Affolter
a6b17313d3
Merge pull request #192026 from fabaff/dbus-fast
...
python310Packages.dbus-fast: init at 1.4.0
2022-09-20 09:37:36 +02:00
Fabian Affolter
bdd683f09c
python310Packages.dbus-fast: init at 1.4.0
2022-09-20 09:14:16 +02:00
Uri Baghin
24ac72e8a1
Merge pull request #147649 from veprbl/pr/bazel_darwin_sandbox_fix
...
buildBazelPackage: fix sandboxed builds on darwin
2022-09-20 16:18:14 +10:00
Fabian Affolter
263f1e2be3
Merge pull request #191772 from fabaff/dbmonster
...
dbmonster: init at unstable-2022-09-17
2022-09-20 08:16:19 +02:00
Uri Baghin
9a3b4264c2
Merge pull request #183763 from LibreCybernetics/update-idea-community
...
jetbrains.jdk: openjdk11 (11.0.13-b1751.25) → openjdk17 (17.0.3-b469.37)
2022-09-20 14:17:38 +10:00
Uri Baghin
7ce637bc99
bazel_5: fix sandbox
2022-09-20 14:01:39 +10:00
Anderson Torres
9cca3b5829
Merge pull request #189873 from cafkafk/init_grb_vul_update
...
grb unstable init, vul 2020-02-15 -> 2022-07-02
2022-09-19 23:47:24 -03:00
figsoda
37cc765b36
Merge pull request #191845 from figsoda/cargo-hack
...
cargo-hack: init at 0.5.18
2022-09-19 16:53:18 -04:00
Nikolay Korotkiy
57ec8cf4b3
spatialite_gui: init at 2.1.0-beta1
2022-09-19 21:18:20 +03:00
Nikolay Korotkiy
08eb1cf02c
librasterlite2: init at 1.1.0-beta1
2022-09-19 21:18:19 +03:00
Nikolay Korotkiy
360d74ec52
virtualpg: init at 2.0.1
2022-09-19 21:18:13 +03:00
Robert Scott
0851743b88
Merge pull request #191739 from viraptor/miniupnpc-fix-darwin
...
python310Packages.miniupnpc: fix darwin build
2022-09-19 17:59:45 +01:00
Martin Weinelt
f1dcc2356b
Merge pull request #191333 from NixOS/python-updates
2022-09-19 18:23:07 +02:00
Robert Scott
6a9da90be3
Merge pull request #191734 from viraptor/liquid-dsp-fix-darwin
...
liquid-dsp: fix darwin build
2022-09-19 16:59:53 +01:00
Doron Behar
152aad4f85
svg2pdf: init at 0.4.0
2022-09-19 18:21:13 +03:00
Robert Scott
ec72edfa90
Merge pull request #189712 from azahi/mold
...
mold: 1.4.0 -> 1.4.2
2022-09-19 15:54:47 +01:00
Robert Scott
94d8deeb8b
Merge pull request #191706 from sikmir/gaia-sins
...
spatialite_tools: enable on darwin, fix cross-compilation
2022-09-19 15:38:27 +01:00
Martin Weinelt
20af712f02
python3Packages.etebase: 0.31.2 -> 0.31.5
...
Pin openssl_1_1, doesn't support openssl_3 yet.
2022-09-19 16:06:28 +02:00
Martin Weinelt
5b1dd91117
protobufc: 1.3.3 -> 1.4.1
2022-09-19 16:05:40 +02:00
superherointj
3e498ed29a
Merge pull request #191271 from vbgl/ocaml-happy-eyeballs-mirage
...
ocamlPackages.happy-eyeballs-{mirage,lwt}: init at 0.1.3
2022-09-19 09:55:56 -03:00
github-actions[bot]
05821749a1
Merge master into staging-next
2022-09-19 12:01:23 +00:00
Fabian Affolter
bdb3b5af29
Merge pull request #191817 from fabaff/rich-click
...
python310Packages.rich-click: init at 1.5.2
2022-09-19 13:25:49 +02:00
Martin Weinelt
6aa094d753
protobuf: update to 3.21.x
...
Required for the latest python google-api-core version.
2022-09-19 10:37:49 +02:00
Martin Weinelt
b60e4d71d6
python3Packages.python-ldap: rename from ldap
2022-09-19 10:37:49 +02:00
Sandro Jäckel
d79ea2dde3
python310Packages.autocommand: init at 2.2.1
2022-09-19 10:37:48 +02:00
Sandro Jäckel
fe1ecd204f
python3Packages.radicale_infcloud: 2017-07-27 -> unstable-2022-04-18
2022-09-19 10:37:48 +02:00
Martin Weinelt
cf758ae355
python3Packages.jsonschema-spec: init at 0.1.2
2022-09-19 10:37:48 +02:00
Frederik Rietdijk
941663db0b
python3.pkgs.pyproject-metadata: init at 0.5.0
2022-09-19 10:37:48 +02:00
Frederik Rietdijk
c2e54388d5
python3.pkgs.meson-python: init at 0.6.0
2022-09-19 10:37:48 +02:00
Frederik Rietdijk
0a4898c21a
Revert "buildPython*: store dist (wheel/sdist) in dist output"
...
Revert for now and fix on python-unstable branch.
This reverts commit adbc59c9d3
.
2022-09-19 10:00:42 +02:00
Nikolay Korotkiy
5fbc12bd70
spatialite_tools: move to applications/gis
2022-09-19 10:45:09 +03:00
Theodore Ni
157918af5d
xcaddy: init at 0.3.1.
...
A tool that can be used to build the Caddy webserver with plugins.
It functions as its own package manager and calls out to the network, so
it can't build Caddy in nixpkgs, but it's useful for environments that:
1. Do not need sandboxed and reproducible builds.
2. Pin Caddy and plugin versions when using the tool and trust it to be
a reproducible, fixed derivation.
2022-09-18 23:49:04 -07:00
Vladimír Čunát
a5dfac88d5
Merge branch 'master' into staging-next
...
The java conflicts weren't trivial. Hopefully OK.
2022-09-19 07:40:23 +02:00
Vladimír Čunát
72248c9ee4
Merge #185559 : xdp-tools: init at 1.2.5
2022-09-19 07:11:59 +02:00
figsoda
be7e2b4ebb
cargo-ui: init at 0.3.2
2022-09-18 22:40:20 -04:00
Fabián Heredia Montiel
f8a5339532
openjdk17-bootstrap: adoptopenjdk16 → adoptopenjdk17
2022-09-18 20:52:40 -05:00
figsoda
8a5b9ee7b7
Merge pull request #191850 from figsoda/cargo-temp
...
cargo-temp: init at 0.2.13
2022-09-18 21:31:00 -04:00
Stanisław Pitucha
b6a2280681
liquid-dsp: fix darwin build
2022-09-19 10:28:16 +10:00
Vladimír Čunát
797d7c7b9e
xdp-tools: various improvements
2022-09-19 01:27:54 +02:00
tirex
6f19e6eb54
xdp-tools: init at 1.2.5
2022-09-19 01:27:54 +02:00
Martin Weinelt
2221765096
python3Packages.dbus-fast: init at 1.4.0
2022-09-18 23:57:31 +02:00
Martin Weinelt
d4c5945064
python3Packages.sphinxcontrib-asyncio: init at 0.3.0
2022-09-18 23:57:31 +02:00
Martin Weinelt
3b269688f1
python3Packages.cython_3: 3.0.0a10 -> 3.0.0a11
2022-09-18 23:57:31 +02:00
Martin Weinelt
bb1864a88a
python3Packages.dulwich: 0.20.45 -> 0.20.46
...
- Move from implicit testing to pytestCheckHook.
- Inherit gnupg instead of passing pkgs around
- Disable three failing tests
- Disable test paths where test inputs are missing from the package
2022-09-18 23:57:31 +02:00
Martin Weinelt
3038f1715d
python3Packages.poetry-plugin-export: init at 1.0.6
2022-09-18 23:57:30 +02:00
Johannes Maier
2bf24a23c6
nim: use openssl_1_1
...
This unbreaks the 'nimble' executable, and also fixes #191314 .
Nim itself is already capable to work with version 3 of openssl, but
no release has been made yet.
2022-09-18 16:36:35 -05:00
deliciouslytyped
7f60529b07
curl-impersonate-bin: init at v0.5.3
2022-09-18 23:01:55 +02:00
figsoda
dbb5a3db1a
cargo-temp: init at 0.2.13
2022-09-18 16:55:11 -04:00
figsoda
df1d3be7f4
cargo-hack: init at 0.5.18
2022-09-18 16:12:31 -04:00
Mario Rodas
9413ebb2e1
Merge pull request #165354 from xeals/openjdk18
...
openjdk18: init at 18+37
2022-09-18 14:55:17 -05:00
Robert Scott
b4a3f18535
Merge pull request #189993 from cpcloud/bump-duckdb
...
duckdb: 0.4.0 -> 0.5.0
2022-09-18 20:12:42 +01:00
Benjamin Staffin
fbbdf71922
cf-terraforming: init at 0.8.5
2022-09-18 14:28:07 -04:00
github-actions[bot]
d9a56077c8
Merge master into staging-next
2022-09-18 18:01:18 +00:00
figsoda
3f64d37f54
cargo-auditable: init at 0.5.1
2022-09-18 13:27:46 -04:00
Fabian Affolter
2ba8420c40
python310Packages.rich-click: init at 1.5.2
2022-09-18 18:57:05 +02:00
cafkafk
441730b4e8
grb: init at 2022-07-02
2022-09-18 17:01:01 +02:00
Christian Kögler
56d93547f0
Merge pull request #189833 from atemp/emp_ddnet_16.3
...
ddnet: 16.3.1 -> 16.3.2
2022-09-18 16:23:03 +02:00
Vincent Laporte
af34e3be8c
ocamlPackages.cmdliner: default to 1.1
...
ocamlPackages.alcotest: 1.5.0 → 1.6.0
ocamlPackages.crowbar: 0.2 → 0.2.1
ocamlPackages.dune-release: 1.5.1 → 1.6.2
ocamlPackages.functoria: 3.1.1 → 4.2.0
ocamlPackages.mirage: 3.10.7 → 4.2.0
ocamlPackages.irmin-pack: disable checks
ocamlPackages.mdx: disable checks
ocamlPackages.git-unix: mark as broken
2022-09-18 15:03:10 +02:00
github-actions[bot]
7b5db3faac
Merge master into staging-next
2022-09-18 12:01:40 +00:00
Bobby Rong
5a2308027f
Merge pull request #190972 from anthonyroussel/github-desktop-3.0.6
...
github-desktop: 3.0.5 -> 3.0.6
2022-09-18 19:50:17 +08:00
Phillip Cloud
0ee4feb865
python3Packages.sqlglot: init at 6.0.7
2022-09-18 07:23:12 -04:00
Fabian Affolter
7d6c33a847
Merge pull request #191640 from fabaff/aiosmb-bump
...
python310Packages.aiosmb: 0.3.8 -> 0.4.2
2022-09-18 12:47:01 +02:00
Maximilian Bosch
073f7b179c
nixos/kernel-generic: build linux_5_19_hardened
2022-09-18 12:13:58 +02:00
Linus Heckemann
fb517fc0b0
Merge pull request #191672 from Ma27/rm-kernel-18
...
linux: remove 5.18
2022-09-18 12:09:02 +02:00
Fabian Affolter
76af739623
dbmonster: init at unstable-2022-09-17
2022-09-18 12:04:47 +02:00
Vladimír Čunát
b7b04a1c09
Merge branch 'master' into staging-next
...
The point is to include the revert of `bpftools` rebuild.
2022-09-18 10:52:01 +02:00
Fabian Affolter
0aec1e9c1b
graphinder: init at 1.11.5
2022-09-18 09:05:13 +02:00
Maximilian Bosch
90aee0ae9a
Merge pull request #191641 from Emantor/deprecate/mutt-with-sidebar
...
mutt-with-sidebar: remove, mutt provides sidebar
2022-09-18 09:02:38 +02:00
Stanisław Pitucha
9aa2bf4ac9
python310Packages.miniupnpc: fix darwin build
2022-09-18 15:40:07 +10:00
github-actions[bot]
5875423007
Merge master into staging-next
2022-09-18 00:02:44 +00:00
Sandro
6560d311d5
Merge pull request #190805 from risicle/ris-opencolorio-darwin-no-hidden-l
2022-09-17 23:58:16 +02:00
Nikolay Korotkiy
1aec1e3b4e
freexl: init at 1.0.6
2022-09-18 00:38:52 +03:00
github-actions[bot]
f2681f8bd1
Merge master into staging-next
2022-09-17 18:01:15 +00:00
Mario Rodas
c73a68f6dd
Merge pull request #191185 from firefly-cpp/niaarm
...
python310Packages.niaarm: init at 0.2.0
2022-09-17 11:39:19 -05:00
Mario Rodas
a5e503c3ac
Merge pull request #188087 from jmesmon/vid-stab
...
vid-stab: 1.1.0 -> unstable-2022-05-30, fix linking against it with clang
2022-09-17 11:28:25 -05:00
Maximilian Bosch
a2969b43bb
linux: remove 5.18
...
This is long overdue, the last release was almost a month ago, on 21st
Aug 2022[1].
[1] https://lwn.net/Articles/905532/
2022-09-17 17:06:58 +02:00
amesgen
b02d6e3754
latte-integrale: init at 1.7.6 ( #190683 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-17 16:22:02 +02:00
Anderson Torres
79d5bcc795
Merge pull request #190109 from dit7ya/immudb
...
immudb: init at 1.3.2
2022-09-17 10:28:34 -03:00
Reed
3913119f03
cinny-desktop: use openssl_1_1
2022-09-17 09:25:27 -04:00
Nick Cao
71c0edefed
qt6Packages.kcoreaddons: init
2022-09-17 20:51:50 +08:00
Azat Bahawi
d6496a13ef
rr-unstable: remove
2022-09-17 15:51:17 +03:00
github-actions[bot]
568df7e30a
Merge master into staging-next
2022-09-17 12:01:34 +00:00
Rouven Czerwinski
eaa981dcdc
mutt-with-sidebar: remove, mutt provides sidebar
...
The sidebar patch has been included since 1.7.0 and is enabled by
default in regular mutt. Move mutt-with-sidebar to aliases and let it
provide regular mutt.
2022-09-17 12:22:13 +01:00
Fabian Affolter
24b4c08a1e
python310Packages.asyauth: init at 0.0.3
2022-09-17 13:02:54 +02:00
Shea Levy
1199d0ba51
Merge branch 'master' into scope-lite-master
2022-09-17 06:37:06 -04:00
Shea Levy
5dc2630125
scope-lite: init at 0.2.0
2022-09-17 06:34:48 -04:00
Shea Levy
8c43540e6f
Merge branch 'stduuid'
2022-09-17 06:17:21 -04:00
Nikolay Korotkiy
bfa8da8644
yarr: init at 2.3
2022-09-17 12:41:34 +03:00
github-actions[bot]
4650511a9c
Merge master into staging-next
2022-09-17 00:02:34 +00:00
figsoda
d421a10518
Merge pull request #191218 from figsoda/ripdrag
...
ripdrag: init at 0.1.5
2022-09-16 19:58:13 -04:00
Christian Kögler
3b3a9600ab
Merge pull request #191561 from polachok/neovide-darwin
...
neovide: fix build on darwin
2022-09-17 01:45:47 +02:00
Alexander Polakov
0e74fea612
neovide: fix build on darwin
2022-09-17 01:12:00 +04:00
Robert Scott
9921c621ed
Merge pull request #191474 from andresilva/andre/fix-bitcoinlib-segfault
...
python3Packages.bitcoinlib: fix segfault during tests
2022-09-16 21:43:28 +01:00
Sergei Trofimovich
bd1afa8a6d
Merge pull request #189729 from azahi/vcmi
...
vcmi: init at 1.0.0
2022-09-16 21:38:36 +01:00
Shea Levy
c29a6a6416
stduuid: init at 1.2.2
2022-09-16 15:53:18 -04:00
github-actions[bot]
5b2ff5fc26
Merge master into staging-next
2022-09-16 18:02:08 +00:00
Sandro
81423c5634
Merge pull request #191038 from gador/xca-openssl11
2022-09-16 18:19:37 +02:00
Matthias Beyer
e4a45f97c0
cargo-espflash: init at 1.6.0 ( #190265 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-16 16:02:09 +02:00
Jonas Heinrich
f8cc46e493
Merge pull request #191374 from rehno-lindeque/deep-chainmap-0.1.1
...
python310Packages.deep-chainmap: init at 0.1.1
2022-09-16 15:12:44 +02:00
Sandro
0a00d1399a
Merge pull request #190146 from bcdarwin/unbreak-datalad
2022-09-16 15:00:44 +02:00
Ivv
181151788c
Merge pull request #190114 from jjettenCamunda/add-zbctl
...
zbctl: init at 8.0.6
2022-09-16 14:56:46 +02:00
Alexander Sieg
856086a6c4
cargo-espmonitor: init at 0.10.0
2022-09-16 14:44:29 +02:00
github-actions[bot]
c9b3f8501c
Merge master into staging-next
2022-09-16 12:01:25 +00:00
Jonas Heinrich
22c17bd5f3
Merge pull request #186940 from NickCao/stratis-cli
...
stratis-cli: init at 3.2.0
2022-09-16 13:40:17 +02:00
Jonas Heinrich
594b981f70
Merge pull request #190692 from siriobalmelli-foss/add/tsduck
...
tsduck: init at 3.31-2761
2022-09-16 13:37:46 +02:00
Vladimír Čunát
7851eb865d
Merge #191184 : transmission: pin to openssl_1_1
2022-09-16 12:47:48 +02:00
Jonas Heinrich
10d12c2df3
Merge pull request #152869 from MatthewCroughan/add-pcp
...
pcp: init at 0.4.0
2022-09-16 12:28:51 +02:00
Jonas Heinrich
82568258ad
Merge pull request #169941 from iwanb/eltclsh
...
eltclsh: init at 1.18
2022-09-16 12:13:45 +02:00
André Silva
44b3ce9b90
python3Packages.bitcoinlib: fix segfault during tests
2022-09-16 10:47:16 +01:00
Sandro
19e4837db2
Merge pull request #191103 from sarcasticadmin/rh/1663095153tncattach
2022-09-16 11:05:50 +02:00
Sandro
714eff8bb8
Merge pull request #190312 from posch/add-debian-hostname
2022-09-16 11:01:09 +02:00
Jonas Heinrich
edca65a4b8
Merge pull request #189968 from zuzuleinen/init-bob
...
bob: init at 0.5.3
2022-09-16 10:53:18 +02:00
Robert James Hernandez
7333590cb8
tncattach: init at 0.1.9
2022-09-16 08:14:39 +00:00
Jeroen Jetten
de5fe798a8
zbctl: init at 8.0.6
2022-09-16 09:31:58 +02:00
github-actions[bot]
2739e0f7d1
Merge master into staging-next
2022-09-16 06:19:19 +00:00
Bobby Rong
44ea61d940
Merge pull request #191225 from misuzu/swapspace-init
...
swapspace: init at 1.17
2022-09-16 14:03:10 +08:00
Azat Bahawi
02646c661e
vcmi: init at 1.0.0
2022-09-15 22:08:34 +03:00
Rehno Lindeque
fb79eb938f
deep-chainmap: init at 0.1.1
2022-09-15 19:05:46 +00:00
Dmitry Kalinkin
38077e4262
Merge branch 'master' into staging-next
2022-09-15 12:35:02 -04:00
Fabian Affolter
fd745268a4
Merge pull request #191160 from fabaff/beautysh
...
beautysh: init at 6.2.1
2022-09-15 15:21:04 +02:00
Vladimír Čunát
6f93907d13
Merge branch 'staging' into staging-next
2022-09-15 15:20:31 +02:00
Sandro
b66d3b3fcc
Merge pull request #187607 from ehllie/ante
2022-09-15 12:15:14 +02:00
K900
42dc5a7269
Merge pull request #188924 from McSinyx/klee-llvm
...
klee: use the same LLVM version for clang
2022-09-15 10:36:25 +03:00
Vincent Laporte
bdd40fad13
ocamlPackages.happy-eyeballs-lwt: init at 0.1.3
2022-09-15 06:34:34 +02:00
Vincent Laporte
52f226dd5b
ocamlPackages.happy-eyeballs-mirage: init at 0.1.3
2022-09-15 06:34:29 +02:00
Anderson Torres
818b2069c1
Merge pull request #190118 from dit7ya/juicefs
...
juicefs: init at 1.0.0
2022-09-14 23:12:35 -03:00
Bobby Rong
80e73b0b44
Merge pull request #191117 from ciferkey/master
...
adw-gtk3: init at 3.7
2022-09-15 09:53:21 +08:00
Ivar Scholten
5c9d47e225
dolphin-emu-beta: fix darwin build
2022-09-15 01:13:40 +02:00
bezmuth
48947dded0
mynewt-newtmgr: init at 1.10.0
2022-09-14 22:13:47 +01:00
figsoda
80930924f8
ripdrag: init at 0.1.5
2022-09-14 15:46:02 -04:00
misuzu
be66f80e87
swapspace: init at 1.17
2022-09-14 22:31:49 +03:00
Iwan Briquemont
b1bba32145
eltclsh: init at 1.18
2022-09-14 21:09:33 +02:00
github-actions[bot]
214eab82c7
Merge staging-next into staging
2022-09-14 18:01:55 +00:00
Kartik Gokte
bf5ddca465
kthxbye: init at 0.15
2022-09-14 21:04:13 +05:30
Pavel Borzenkov
64f90460f4
transmission: pin to openssl_1_1
2022-09-14 14:34:45 +02:00
firefly-cpp
854cbbc3f4
python310Packages.niaarm: init at 0.2.0
2022-09-14 14:33:46 +02:00
Domen Kožar
efdea4930c
Merge pull request #187857 from Sohalt/remove-dd-agent
...
dd-agent: remove
2022-09-14 13:25:50 +01:00
Armeen Mahdian
aa20ba5563
dd-agent: remove
2022-09-14 14:11:14 +02:00
github-actions[bot]
2e552f28f1
Merge staging-next into staging
2022-09-14 12:02:01 +00:00
Elizabeth Paź
71249330b3
ante: init at unstable-2022-08-22
2022-09-14 13:48:46 +02:00
Sandro
c1831f6c90
Merge pull request #182329 from linsui/safeeyes
...
safeeyes: fix double wrap
2022-09-14 12:30:09 +02:00
Domen Kožar
842e2c3e95
Merge pull request #191069 from houstdav000/package/nodePackages.wrangler
...
nodePackages.wrangler: init
2022-09-14 11:04:14 +01:00
Fabian Affolter
e9223f4a21
beautysh: init at 6.2.1
2022-09-14 10:08:21 +02:00
Fabian Affolter
ff6ed56c2d
python310Packages.types-colorama: init at 0.4.15
2022-09-14 10:00:05 +02:00
Yureka
5676f32cd6
schildichat-{web,desktop}: 1.10.12-sc.1 -> 1.11.4-sc.1
2022-09-14 09:49:41 +02:00
Jonas Heinrich
91f636514d
go-autoconfig: init at unstable-2022-08-03
2022-09-14 02:21:39 -04:00
github-actions[bot]
1a239a927c
Merge staging-next into staging
2022-09-14 06:21:34 +00:00
ciferkey
79a0dd5f48
adw-gtk3: init at 3.7
2022-09-14 11:22:42 +08:00
Peter Hoeg
ea3db2864d
kphotoalbum: init at 5.9.1
2022-09-14 10:04:51 +08:00
github-actions[bot]
32441af6f7
Merge staging-next into staging
2022-09-14 00:03:47 +00:00
Dmitry Bogatov
a7a2773d7d
python3.pkgs.sphinxcontrib-sphinxemoji: init at 0.2.0
2022-09-13 19:14:52 -04:00
Lassulus
848939f110
Merge pull request #191049 from arikgrahl/grafterm
...
grafterm: init at 0.2.0
2022-09-13 20:14:26 +02:00
Lassulus
cb783dd64b
Merge pull request #191041 from arikgrahl/promql-cli
...
promql-cli: init at 0.2.1
2022-09-13 20:10:07 +02:00
Lassulus
065e1d4b9f
Merge pull request #190760 from arikgrahl/konf
...
konf: init at 0.2.0
2022-09-13 20:06:15 +02:00
github-actions[bot]
86dee601b1
Merge staging-next into staging
2022-09-13 18:01:48 +00:00
matthewcroughan
9e0ad1cf1f
pcp: init at 0.4.0
...
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2022-09-13 17:51:44 +01:00
Jonathan Ringer
0dde2e2206
localstack: init at 1.0.4
...
closes #50445
2022-09-13 09:37:23 -07:00
Jonathan Ringer
abcfb393f9
python3Packages.localstack-ext: init at 1.0.4
2022-09-13 09:37:23 -07:00
Jonathan Ringer
979bf1eb1c
python3Packages.localstack-client: init at 1.36
2022-09-13 09:37:23 -07:00
Jonathan Ringer
bb97203045
python3Packages.plux: init at 1.3.1
2022-09-13 09:37:23 -07:00
David Houston
902e3f83a7
nodePackages.wrangler: init
...
Create a package for the latest version of wrangler, and rename the old
one to wrangler_1. The application will not work before Node.js
v16.13.0, so this is added to the meta.
Added it to the top-level as well.
Signed-off-by: David Houston <houstdav000@gmail.com>
2022-09-13 09:30:17 -04:00