Jonas Heinrich and GitHub
488b0c37e5
Merge pull request #183393 from r-ryantm/auto-update/jbang
...
jbang: 0.92.2 -> 0.97.0
2022-08-24 08:50:45 +02:00
Jonas Heinrich and GitHub
99e63bec79
Merge pull request #183432 from r-ryantm/auto-update/kube-router
...
kube-router: 1.4.0 -> 1.5.1
2022-08-24 08:50:01 +02:00
Fabian Affolter
7a17df0561
python310Packages.pyxbe: 0.0.4 -> 1.0.0
2022-08-24 08:47:23 +02:00
R. Ryantm
099d02ad50
python310Packages.sphinx-design: 0.2.0 -> 0.3.0
2022-08-24 06:46:44 +00:00
Fabian Affolter
a22f4b0bb9
python310Packages.fjaraskupan: 1.0.2 -> 2.0.0
2022-08-24 08:43:22 +02:00
Jonas Heinrich and GitHub
678ac83e97
Merge pull request #183394 from r-ryantm/auto-update/jftui
...
jftui: 0.5.1 -> 0.6.0
2022-08-24 08:43:06 +02:00
Jonas Heinrich and GitHub
1a7bb49581
Merge pull request #183410 from r-ryantm/auto-update/kak-lsp
...
kak-lsp: 12.2.0 -> 13.0.0
2022-08-24 08:40:05 +02:00
R. Ryantm
9829e92a19
python310Packages.snowflake-sqlalchemy: 1.4.0 -> 1.4.1
2022-08-24 06:36:45 +00:00
Sergei Trofimovich
329b0da5ba
bpftools: use binutils-2.38 for linux before 5.19
...
Without the change bpftools build fails on binutils-2.39 due to API change:
jit_disasm.c:105:17: error: too few arguments to function 'init_disassemble_info'
105 | init_disassemble_info(&info, stdout,
| ^~~~~~~~~~~~~~~~~~~~~
2022-08-24 07:35:02 +01:00
Fabian Affolter and GitHub
a1f0d93199
Merge pull request #188020 from fabaff/paranoid-crypto
...
python310Packages.paranoid-crypto: init at unstable-20220819
2022-08-24 08:33:12 +02:00
Jonas Heinrich and GitHub
7b7d6932ab
Merge pull request #183418 from r-ryantm/auto-update/konstraint
...
konstraint: 0.20.0 -> 0.23.0
2022-08-24 08:31:16 +02:00
Jonas Heinrich and GitHub
9b86e72550
Merge pull request #183363 from r-ryantm/auto-update/imgbrd-grabber
...
imgbrd-grabber: 7.7.1 -> 7.9.1
2022-08-24 08:27:52 +02:00
Sergei Trofimovich
19b8b523c9
linuxPackages.perf: use binutils-2.38 for linux before 5.19
...
Without the change perf build fails on binutils-2.39 due to API change:
util/annotate.c: In function 'symbol__disassemble_bpf':
util/annotate.c:1765:9: error: too few arguments to function 'init_disassemble_info'
1765 | init_disassemble_info(&info, s,
| ^~~~~~~~~~~~~~~~~~~~~
2022-08-24 07:25:08 +01:00
Sergei Trofimovich and GitHub
8329438e9d
Merge pull request #187972 from trofi/binutils-2.38-holdback
...
Create binutils 2.38 holdback set of releases
2022-08-24 07:16:39 +01:00
Fabian Affolter and Jonathan Ringer
8387482731
python310Packages.aioaladdinconnect: 0.1.41 -> 0.1.42
2022-08-23 23:14:21 -07:00
Anthony Roussel and Bjørn Forsman
bc60448180
solfege: build manpages
2022-08-24 08:08:27 +02:00
github-actions[bot] and GitHub
e3e0f29a9f
Merge master into staging-next
2022-08-24 06:02:52 +00:00
adisbladis
4827266cd7
vgo2nix: drop package
...
It's deprecated, unmaintained and archived upstream.
2022-08-24 13:19:54 +08:00
Louis Bettens and Jonathan Ringer
0305391fb6
chia: 1.5.0 -> 1.5.1
2022-08-23 22:00:06 -07:00
Louis Bettens and Jonathan Ringer
8db8aa92ac
clvm-tools: 0.4.4 -> 0.4.5
2022-08-23 22:00:06 -07:00
adisbladis and GitHub
3fe1cbb848
Merge pull request #188096 from r-ryantm/auto-update/plantuml
...
plantuml: 1.2022.6 -> 1.2022.7
2022-08-24 16:29:49 +12:00
Alex Martens
35bdba3c09
python3Packages.flake8-bugbear: 22.7.1 -> 22.8.23
2022-08-23 21:26:07 -07:00
R. Ryantm
a280a2b3cc
xml2rfc: 3.14.0 -> 3.14.1
2022-08-24 02:20:04 +00:00
R. Ryantm
fb77ffef67
werf: 1.2.163 -> 1.2.164
2022-08-24 02:13:27 +00:00
R. Ryantm
4f1ace8e44
tuptime: 5.2.0 -> 5.2.1
2022-08-24 01:52:56 +00:00
superherointj and GitHub
a9eb012780
Merge pull request #188104 from lucasew/refactor/keepass
...
keepass: minor refactor
2022-08-23 22:09:14 -03:00
R. Ryantm
eb0ba2452f
so: 0.4.5 -> 0.4.8
2022-08-24 00:59:48 +00:00
adisbladis
3071f2debc
emacs: Move emacsPackages alias from aliases.nix to all-packages.nix
...
This alias should live in aliases.nix but that would cause Hydra not to evaluate/build the packages.
To be honest I don't particularly like this change, but it seems the
most practical way forward to get Hydra to build Emacs packages.
2022-08-24 08:45:46 +08:00
adisbladis
d20c9d7a88
emacs: Set recurseIntoAttrs on package set
...
In the past the motivation to not recurse into Emacs packages was that
it added quite a lot of packages to the evalution and they were so
fast to build locally that substituting them from a binary cache
didn't make sense.
With native compilation this equation has changed drastically, build
times are much longer and build closures are larger so the utility
of having cached packages has gone way up.
Additionally, it looks to me like Emacs is the only ecosystem in nixpkgs to
ever care about evaluation performance like this.
Every other extensible editor ecosystem has recurseIntoAttrs set to true on their respective
package sets.
2022-08-24 08:45:46 +08:00
Ivv and GitHub
eb569cf5cc
Merge pull request #188102 from GGG-KILLER/dotnet-combine-packages-fix
...
dotnetCorePackages.combinePackages: fix bug introduced in #187118
2022-08-24 02:18:08 +02:00
github-actions[bot] and GitHub
9f510422cb
Merge master into staging-next
2022-08-24 00:02:43 +00:00
GGG
93ed660eca
dotnetCorePackages.combinePackages: fix bug introduced in #187118
2022-08-23 20:17:11 -03:00
Sandro and GitHub
2f63a28b7c
Merge pull request #188060 from astro/red-wax
2022-08-24 01:13:59 +02:00
lucasew
02b699e99b
keepass: minor refactor
...
Signed-off-by: lucasew <lucas59356@gmail.com >
2022-08-23 20:02:47 -03:00
Fabian Affolter and GitHub
bac0c1c763
Merge pull request #188097 from fabaff/omegaconf-bump
...
python310Packages.omegaconf: 2.2.2 -> 2.2.3
2022-08-24 00:46:55 +02:00
Jakub Kozłowski
c68dc2bf27
scala-cli: fix completions
2022-08-24 00:45:18 +02:00
R. Ryantm
399f115fcd
qmplay2: 22.06.16 -> 22.08.21
2022-08-23 22:41:19 +00:00
R. Ryantm
a653fb25ce
python310Packages.hepunits: 2.2.0 -> 2.2.1
2022-08-23 22:28:39 +00:00
Jakub Kozłowski and GitHub
eebaf0c7ee
Merge pull request #188023 from kubukoz/scala-cli-0112
2022-08-24 00:26:17 +02:00
Grace Dinh
a4f0975a2c
ipopt: build with AMPL by default on darwin
2022-08-23 15:19:22 -07:00
Grace Dinh
e3b3156995
libamplsolver: add darwin support
2022-08-23 15:18:45 -07:00
Fabian Affolter
1678d87ac4
python310Packages.omegaconf: 2.2.2 -> 2.2.3
2022-08-24 00:17:38 +02:00
Benno Zeeman
f600b6ff90
rust-analyzer-unwrapped: 2022-08-01 -> 2022-08-22
...
rust-analyzer introduced the rust-analyzer-proc-macro-srv binary a few
releases ago, output and test for that package.
The patch file in the build is replaced by using a test flag to skip
that test, this is easier to maintain.
2022-08-24 00:16:10 +02:00
R. Ryantm
75f48d9353
plantuml: 1.2022.6 -> 1.2022.7
2022-08-23 22:09:54 +00:00
Robert Scott and GitHub
34f5c5a16a
Merge pull request #187830 from r-ryantm/auto-update/python3.10-textdistance
...
python310Packages.textdistance: 4.3.0 -> 4.4.0
2022-08-23 23:06:12 +01:00
Sandro and GitHub
2729f61681
Merge pull request #188080 from astro/netbootxyz
2022-08-23 23:48:02 +02:00
R. Ryantm
ad70d5e0ba
okteto: 2.5.3 -> 2.6.0
2022-08-23 21:40:14 +00:00
Jonas Heinrich and GitHub
04a61701e5
Merge pull request #183388 from r-ryantm/auto-update/indilib
...
indilib: 1.9.5 -> 1.9.6
2022-08-23 23:39:59 +02:00
Timothy DeHerrera and Bjørn Forsman
273d186e32
gamescope: 3.11.33-jupiter-3.3-2 -> 3.11.39
2022-08-23 23:16:43 +02:00
Timothy DeHerrera and Bjørn Forsman
adeb76bc57
libliftoff: 0.2.0 -> 0.3.0
2022-08-23 23:16:43 +02:00