DarkOnion0
b86a78992f
devspace: 6.0.0 -> 6.0.1
2022-08-27 12:14:55 +02:00
github-actions[bot]
5aa24ca693
Merge staging-next into staging
2022-08-25 00:03:34 +00:00
Martin Weinelt
249398ffa8
Merge remote-tracking branch 'origin/staging-next' into staging
2022-08-25 00:32:27 +02:00
R. Ryantm
c7186043a0
lttng-tools: 2.13.7 -> 2.13.8
2022-08-24 23:04:40 +02:00
Bobby Rong
c510708282
Merge pull request #187993 from DarkOnion0/devspace
...
devspace: 5.18.5 -> 6.0.0
2022-08-24 19:39:28 +08:00
Jacek Galowicz
68cd1f20e1
Merge pull request #187068 from blitz/coreboot-toolchain
...
coreboot-toolchain: partially unbreak by making Ada support optional
2022-08-24 11:21:08 +02:00
Jonas Heinrich
89f81fb91c
Update license according to upstream changelog
2022-08-24 10:08:00 +02:00
Sirio Balmelli
88d6841422
ycmd: unstable-2020-02-22 -> unstable-2022-08-15
...
Resolves autocompletion error
'ValueError: The given version is not in the right format. Use something like "3.8" or "3".'
when YouCompleteMe vim plugin is used with current python3.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2022-08-24 09:24:07 +02:00
Sergei Trofimovich
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
R. Ryantm
fa066dd74e
ccache: 4.6.1 -> 4.6.2
2022-08-23 22:34:28 +02:00
R. Ryantm
62f71008da
circleci-cli: 0.1.20500 -> 0.1.20688
2022-08-23 22:24:51 +02:00
Sergei Trofimovich
7fe41f922e
libbfd_2_38, libopcodes_2_38: create held back release
...
2.39 has an API breakage that will take users some time to migrate.
Create _2_38 versions to allow them to hand on an old version for a
while.
2022-08-23 19:56:03 +01:00
Julian Stecklina
0854793542
coreboot: make Ada support optional
...
Ada support keeps breaking due to gnat being in a somewhat poor state
in nixpkgs. As Ada support is only necessary for some Intel drivers
and these are generally not required for using coreboot in a VM, make
Ada support optional.
2022-08-23 13:33:50 +03:00
DarkOnion0
b909cc4614
devspace: 5.18.5 -> 6.0.0
2022-08-23 11:18:18 +02:00
Sergei Trofimovich
72c6cc879e
libbfd, libopcodes: moves closer to binutils nix expressions
...
Having all 3 of binutils, libbfd, libopcodes in one directory eases
copying of the whole directory when we need to hold back old version of
the whole of binutils or of it's pieces.
2022-08-23 07:50:51 +01:00
Julian Stecklina
4688d3efc8
coreboot: fix buildgcc patching
...
This seems to have been a copy'n'paste mistake. `$out` doesn't exist
at this point.
2022-08-22 08:38:27 +02:00
Daniel Glinka
c0c072b4d2
gf: unstable-2022-06-22 -> unstable-2022-08-01
2022-08-21 09:02:55 -04:00
Adam Joseph
b5aad8addf
libtool: fix shebang-fixing from 2.4.7 version bump
...
Libtool 2.4.7 changed the shebangs in `libtoolize.in` and `ltmain.sh`
from `/bin/sh` (which is a special sandbox exception) to `/usr/bin/env
sh` (which is not).
My PR (#167071 ) to bump the libtool version adjusted both of these
shebangs, when it should only have adjusted the one in
`libtoolize.in`.
`ltmain.sh` is not a script to be *executed* at
`libtool`-invocation-time. It is a script which is *vendored into a
release* at `libtoolize`-invocation-time.
Thanks to @trofi for reporting this
https://github.com/NixOS/nixpkgs/pull/167071#pullrequestreview-1079484605
2022-08-20 20:16:12 -07:00
R. Ryantm
755c8f230a
libpkgconf: 1.9.2 -> 1.9.3
2022-08-21 00:01:09 +00:00
Pontus Stenetorp
fcadb8a5da
om4: init at 6.7
2022-08-20 13:43:53 +00:00
Rahul Butani
9fd235b40a
sysbench: add macOS support ( #185750 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-19 14:39:45 +02:00
Sandro
fad1e09f54
Merge pull request #186922 from jtojnar/blackfire-fix-updatescript
2022-08-19 11:56:46 +02:00
Jan Tojnar
5e8529d6f1
blackfire: 2.8.1 → 2.10.0
2022-08-19 01:03:36 +02:00
Jan Tojnar
5cfcb62e17
blackfire.updateScript: fix on different systems
...
Running `update-source-version` with `--system` flag passes it
to `nix-build -A $attr.src`, which requires that an appropriate
builders are set on the system.
It previously worked for me because I had aarch64-linux builder
configured but broke down once Darwin support was added to the package.
2022-08-19 01:03:36 +02:00
Sandro Jäckel
936f70de16
cvise: add tests back
2022-08-18 14:21:04 +02:00
Sergei Trofimovich
bab6fd31cd
cvise: drop tests broken by pytest-flake8 update
...
Commit 219b7104a3
marked pytest-flake8 as broken. Let's demove cvise tests to restore
cvise package until upstream sorts it out.
2022-08-17 20:09:18 +01:00
Adam Joseph
f3b982df76
patchelf: drop patch due to version bump
2022-08-17 01:46:20 -07:00
R. Ryantm
4d3bce525c
libpkgconf: 1.8.0 -> 1.9.2
2022-08-16 18:30:10 +00:00
github-actions[bot]
3568649e27
Merge master into staging-next
2022-08-16 06:01:20 +00:00
Brian Leung
a948fb2737
universal-ctags: 5.9.20220710.0 -> 5.9.20220814.0
2022-08-15 21:15:07 -07:00
github-actions[bot]
df465dde1a
Merge master into staging-next
2022-08-16 00:02:25 +00:00
R. Ryantm
fddb453352
patchelfUnstable: unstable-2022-02-21 -> unstable-2022-07-16
2022-08-15 20:48:11 +02:00
github-actions[bot]
0bd2121e42
Merge master into staging-next
2022-08-15 12:01:14 +00:00
Nick Cao
e066019096
hydra_unstable: 2022-06-30 -> 2022-08-08
2022-08-15 08:33:06 +02:00
github-actions[bot]
409b1f1802
Merge master into staging-next
2022-08-14 18:01:15 +00:00
Jörg Thalheim
e31ffc038b
Merge pull request #186637 from trofi/update-strace
...
strace: 5.18 -> 5.19
2022-08-14 13:17:29 +01:00
github-actions[bot]
eff8ea756f
Merge master into staging-next
2022-08-14 12:01:43 +00:00
Sergei Trofimovich
e3f61ba992
strace: 5.18 -> 5.19
...
While at it added trivial updater.
Changes: https://github.com/strace/strace/releases/tag/v5.19
2022-08-14 12:42:49 +01:00
R. Ryantm
e19ac5b5aa
circleci-cli: 0.1.20397 -> 0.1.20500
2022-08-14 06:59:00 +00:00
github-actions[bot]
b87f96162b
Merge master into staging-next
2022-08-14 06:01:22 +00:00
Rick van Schijndel
fc045d663d
asls: move erlangR22 to nativeBuildInputs
2022-08-14 00:17:01 +03:00
github-actions[bot]
7afe7a957c
Merge master into staging-next
2022-08-13 18:01:16 +00:00
Mario Rodas
8ef646175a
Merge pull request #185111 from jiegec/circleci-cli
...
circleci-cli: 0.1.17142 -> 0.1.20397
2022-08-13 11:59:33 -05:00
Jonas Heinrich
506e6491af
Merge pull request #186021 from r-ryantm/auto-update/svls
...
svls: 0.2.4 -> 0.2.5
2022-08-13 17:46:40 +02:00
github-actions[bot]
afcc45262a
Merge master into staging-next
2022-08-13 00:02:28 +00:00
Jan Tojnar
224fc9d138
editorconfig-core-c: 0.12.1 → 0.12.5
...
Ported to PCRE2.
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.2
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.3
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.4
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.5
2022-08-12 20:55:55 +02:00
github-actions[bot]
de52f0cee4
Merge master into staging-next
2022-08-12 18:01:11 +00:00
Bobby Rong
bcf132c9a7
Merge pull request #185810 from foolnotion/master
...
seer: 1.7 -> 1.8
2022-08-12 21:16:37 +08:00
github-actions[bot]
71344f23b3
Merge master into staging-next
2022-08-12 12:01:32 +00:00
Mario Rodas
7112628780
Merge pull request #186023 from r-ryantm/auto-update/terracognita
...
terracognita: 0.7.6 -> 0.8.1
2022-08-12 04:56:10 -05:00
github-actions[bot]
3557ff24c6
Merge master into staging-next
2022-08-11 18:01:23 +00:00
Kira Bruneau
f3c6255621
texlab: fix cross-compilation
2022-08-11 07:14:13 -04:00
R. Ryantm
ca3f49040b
terracognita: 0.7.6 -> 0.8.1
2022-08-11 00:21:21 +00:00
R. Ryantm
eaa6bd84b6
svls: 0.2.4 -> 0.2.5
2022-08-11 00:13:43 +00:00
Kira Bruneau
6e577ff404
texlab: 4.2.0 → 4.2.1
2022-08-10 19:45:29 -04:00
github-actions[bot]
82b736180c
Merge master into staging-next
2022-08-10 00:02:34 +00:00
Kira Bruneau
f07ad0a0b5
Merge pull request #185144 from kira-bruneau/cmake-language-server
...
cmake-language-server: 0.1.5 → 0.1.6
2022-08-09 18:55:13 -04:00
github-actions[bot]
5ad6c8071e
Merge master into staging-next
2022-08-09 18:01:26 +00:00
Bogdan Burlacu
1b80375171
seer: 1.7 -> 1.8
2022-08-09 17:51:26 +02:00
Martin Weinelt
22562e9a1c
Merge pull request #185796 from lilyinstarlight/fix/nix-bisect-typeerror
2022-08-09 17:18:03 +02:00
Lily Foster
e17fa76bdb
nix-bisect: add patch from upstream to fix crashes
2022-08-09 10:31:00 -04:00
Robert Kovacsics
0f456ce627
pkgsStatic.gdb: Fix compile
...
Fixes the following issue:
[host@user:/nix/pkgs]$ nix build .\#pkgsStatic.gdb
checking size of unsigned long long... CXXLD libinproctrace.so
/nix/store/gzms61swp55fg5qbvshyqv5jfsnfvybz-x86_64-unknown-linux-musl-binutils-2.38/bin/x86_64-unknown-linux-musl-ld: /nix/store/dnmh1aj0kd60qz8yl4srak8kn2bspbxc-x86_64-unknown-linux-musl-stage-final-gcc-11.3.0/lib/gcc/x86_64-unknown-linux-musl/11.3.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
/nix/store/gzms61swp55fg5qbvshyqv5jfsnfvybz-x86_64-unknown-linux-musl-binutils-2.38/bin/x86_64-unknown-linux-musl-ld: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:383: libinproctrace.so] Error 1
make[2]: *** Waiting for unfinished jobs....
8
checking size of unsigned long... make[2]: Leaving directory '/build/gdb-12.1/_build/gdbserver'
make[1]: *** [Makefile:11064: all-gdbserver] Error 2
as the inprocess library can only be compiled as a shared library
2022-08-09 14:13:10 +00:00
Alex Martens
00859ef4d0
saleae-logic-2: 2.3.56 -> 2.3.58
2022-08-05 16:04:38 -07:00
github-actions[bot]
b02b965b0d
Merge staging-next into staging
2022-08-05 18:02:29 +00:00
Bogdan Burlacu
ffe4e6d924
seer: init at 1.7
2022-08-05 16:04:13 +02:00
github-actions[bot]
f64d264cf8
Merge staging-next into staging
2022-08-05 12:02:10 +00:00
Bobby Rong
942d23abac
Merge pull request #184065 from r-ryantm/auto-update/svls
...
svls: 0.2.0 -> 0.2.4
2022-08-05 19:49:28 +08:00
Kira Bruneau
018acd1e67
cmake-language-server: 0.1.5 → 0.1.6
2022-08-04 12:57:57 -04:00
Kira Bruneau
1c1e0e0353
cmake-language-server: remove pyparsing dependency
...
This dependency is no longer necessary since v0.1.5
2022-08-04 12:57:04 -04:00
github-actions[bot]
88b1b94ed0
Merge staging-next into staging
2022-08-04 12:02:14 +00:00
Sandro
79fe702cc3
Merge pull request #184528 from SuperSandro2000/act
2022-08-04 11:55:51 +02:00
Jiajie Chen
cbbe6272f7
circleci-cli: 0.1.17142 -> 0.1.20397
...
This commit also fixes build on aarch64-darwin. Packr is no longer
required.
2022-08-04 16:25:41 +08:00
github-actions[bot]
818e64fcab
Merge staging-next into staging
2022-08-04 00:03:17 +00:00
Martin Weinelt
12cb3164e6
Merge pull request #184933 from kira-bruneau/cmake-language-server
...
cmake-language-server: 0.1.4 → 0.1.5
2022-08-04 01:39:30 +02:00
github-actions[bot]
d93a76a104
Merge staging-next into staging
2022-08-03 06:02:15 +00:00
github-actions[bot]
d4de56330c
Merge master into staging-next
2022-08-03 06:01:37 +00:00
Kira Bruneau
3c98399b9d
cmake-language-server: 0.1.4 → 0.1.5
2022-08-02 22:20:52 -04:00
Kira Bruneau
1a03d094f4
cmake-language-server: fix build using latest pygls version
2022-08-02 22:20:10 -04:00
Kira Bruneau
dcd7be06e8
cmake-language-server: move to pkgs/development/tools/misc
2022-08-02 22:17:30 -04:00
R. Ryantm
b8fc7ecb90
grpc-client-cli: 1.13.0 -> 1.13.1
2022-08-02 16:31:55 +00:00
github-actions[bot]
cf771dfd7a
Merge staging-next into staging
2022-08-02 12:02:19 +00:00
github-actions[bot]
1093a01c99
Merge master into staging-next
2022-08-02 12:01:37 +00:00
R. Ryantm
5e1a0eb192
uncrustify: 0.75.0 -> 0.75.1
2022-08-02 11:50:43 +02:00
github-actions[bot]
ba7495e552
Merge staging-next into staging
2022-08-02 06:03:15 +00:00
github-actions[bot]
0f0010fda3
Merge master into staging-next
2022-08-02 06:02:34 +00:00
Alex Martens
04663d62ac
saleae-logic-2: 2.3.55 -> 2.3.56
2022-08-02 07:24:01 +02:00
github-actions[bot]
7f269ba85a
Merge staging-next into staging
2022-08-01 12:02:19 +00:00
github-actions[bot]
c8b4067ae8
Merge master into staging-next
2022-08-01 12:01:37 +00:00
R. Ryantm
57aa33c58c
lttng-tools: 2.13.4 -> 2.13.7
2022-08-01 11:58:39 +02:00
Sandro Jäckel
3e528eb3d4
act: 0.2.29 -> 0.2.30
2022-08-01 11:24:12 +02:00
github-actions[bot]
b8dff84931
Merge staging-next into staging
2022-07-31 18:02:00 +00:00
github-actions[bot]
7c9bb70ad4
Merge master into staging-next
2022-07-31 18:01:18 +00:00
maxine [they]
98a9474691
Merge pull request #184082 from r-ryantm/auto-update/terraformer
...
terraformer: 0.8.19 -> 0.8.21
2022-07-31 14:54:57 +02:00
github-actions[bot]
1caa752d4b
Merge staging-next into staging
2022-07-31 12:03:07 +00:00
github-actions[bot]
bb10509584
Merge master into staging-next
2022-07-31 12:02:29 +00:00
Jörg Thalheim
a5433f9138
Merge pull request #183987 from r-ryantm/auto-update/ccls
...
ccls: 0.20210330 -> 0.20220729
2022-07-31 12:24:33 +01:00
Jörg Thalheim
24ae20a455
Merge pull request #183715 from r-ryantm/auto-update/patchelf
...
patchelf: 0.14.5 -> 0.15.0
2022-07-31 09:36:21 +01:00
R. Ryantm
3cc01e7860
terraformer: 0.8.19 -> 0.8.21
2022-07-31 03:20:24 +00:00
R. Ryantm
c0fd5047a2
svls: 0.2.0 -> 0.2.4
2022-07-31 02:47:40 +00:00
github-actions[bot]
95abc5680d
Merge master into staging-next
2022-07-31 00:03:10 +00:00