R. Ryantm
5e1088a0d4
jaq: 0.9.0 -> 0.10.0
2023-03-09 07:53:08 +00:00
Sandro
94c379180a
Merge pull request #220027 from Luflosi/add/go-licenses
2023-03-08 23:22:20 +01:00
Rafael Fernández López
ad075bd915
viceroy: init at 0.3.5
2023-03-08 19:10:23 +01:00
figsoda
37094157ea
Merge pull request #219447 from figsoda/docs
2023-03-08 12:33:56 -05:00
Luflosi
978b7cfd60
go-licenses: init at 1.6.0
2023-03-08 14:03:57 +01:00
Mario Rodas
c67eb37557
Merge pull request #220120 from r-ryantm/auto-update/typos
...
typos: 1.13.16 -> 1.13.18
2023-03-08 07:37:06 -05:00
Mario Rodas
f3ffe4202c
Merge pull request #220138 from r-ryantm/auto-update/terracognita
...
terracognita: 0.8.1 -> 0.8.2
2023-03-08 07:21:26 -05:00
R. Ryantm
fd400f5425
terracognita: 0.8.1 -> 0.8.2
2023-03-08 11:14:29 +00:00
Sandro
d4e525ac1d
Merge pull request #217815 from konradmalik/netcoredbg
...
netcoredbg: 2.0.0-895 -> 2.2.0-961
2023-03-08 11:17:26 +01:00
R. Ryantm
ff894f5efa
typos: 1.13.16 -> 1.13.18
2023-03-08 09:48:12 +00:00
Nick Cao
30fe1f1cf8
Merge pull request #213764 from milran/init-gqlgenc
...
gqlgenc: init at 0.11.3
2023-03-08 15:20:29 +08:00
Nick Cao
5ef18e230c
Merge pull request #219940 from r-ryantm/auto-update/conftest
...
conftest: 0.39.1 -> 0.39.2
2023-03-08 15:11:39 +08:00
Nick Cao
df74f1a3a8
Merge pull request #220087 from r-ryantm/auto-update/xc
...
xc: 0.0.159 -> 0.0.175
2023-03-08 14:59:08 +08:00
techknowlogick
f7f6256de8
ytt: 0.44.1 -> 0.45.0
2023-03-08 01:04:53 -05:00
R. Ryantm
8648885a80
xc: 0.0.159 -> 0.0.175
2023-03-08 02:22:12 +00:00
Mario Rodas
0f118b14ad
Merge pull request #219950 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.23667 -> 0.1.23816
2023-03-07 21:07:53 -05:00
Mario Rodas
06d351c4c2
Merge pull request #220035 from r-ryantm/auto-update/act
...
act: 0.2.42 -> 0.2.43
2023-03-07 20:19:03 -05:00
Ilan Joselevich
476324e4b4
Merge pull request #219895 from prrlvr/add-re-flex
...
re-flex: init at 3.3.1
2023-03-08 00:46:43 +02:00
Pierre-Olivier Rey
bfe60278b9
re-flex: init at 3.3.1
2023-03-07 23:24:28 +01:00
Anderson Torres
6a581de7d8
Merge pull request #219930 from r-ryantm/auto-update/byacc
...
byacc: 20221229 -> 20230219
2023-03-07 18:21:29 -03:00
Ilan Joselevich
aa93b44709
Merge pull request #219997 from r-ryantm/auto-update/algolia-cli
...
algolia-cli: 1.3.0 -> 1.3.1
2023-03-07 22:02:30 +02:00
R. Ryantm
0a11517a84
act: 0.2.42 -> 0.2.43
2023-03-07 19:52:26 +00:00
figsoda
bdfa4d2e95
Merge pull request #219986 from r-ryantm/auto-update/jql
...
jql: 5.1.6 -> 5.1.7
2023-03-07 11:34:12 -05:00
R. Ryantm
1f2cf28aa9
algolia-cli: 1.3.0 -> 1.3.1
2023-03-07 14:58:51 +00:00
milran
42cda97c50
gqlgenc: init at 0.11.3
...
Signed-off-by: milran <milranmike@protonmail.com>
2023-03-07 23:30:42 +09:00
R. Ryantm
f78d3c7d5f
jql: 5.1.6 -> 5.1.7
2023-03-07 13:30:57 +00:00
Anderson Torres
3bbd2ffb31
Merge pull request #219970 from atorres1985-contrib/byacc
...
byacc: refactor
2023-03-07 09:23:26 -03:00
Anderson Torres
4839388d2b
byacc: refactor
...
- Get rid of double with in meta.
2023-03-07 08:19:10 -03:00
Anderson Torres
561ec56a30
acr: refactor
...
- Use rec-less, overlay-style overridable attributes to stdenv.mkDerivation;
- Get rid of double with in meta.
2023-03-07 08:13:32 -03:00
R. Ryantm
62a0d2eb9f
ginkgo: 2.8.4 -> 2.9.0
2023-03-07 18:35:23 +08:00
Konrad Malik
c0a2b57e20
maintainers: add konradmalik
2023-03-07 11:29:11 +01:00
Konrad Malik
e34328aa3a
netcoredbg: 2.0.0-895 -> 2.2.0-961
...
* arm64.patch for compilation on aarch64-*
* darwin.patch for properly detecting possible arm64 darwin architectures
* coreclr is now in dotnet/runtime repo (using 7.x branch as per netcoredbg recommendation)
* netcoredbg now depends (during runtime) on DbgShim which was moved to a separate repo (dotnet/diagnostic). We need to pass -p:UseDbgShimDependency=true in order to include it in a list of deps.
* needed to enable selfContainedBuild for the managed part since it seems like it's the easiest way to force dotnet to copy relevant binaries to the out folder as well (like libdbgshim.so retrieved via the abovementioned nuget dependency)
* use autoPatchelfHook to add stdenv.cc.cc.lib to binaries
2023-03-07 11:28:44 +01:00
R. Ryantm
cab5d3d75b
circleci-cli: 0.1.23667 -> 0.1.23816
2023-03-07 08:17:34 +00:00
R. Ryantm
46b4fad03e
conftest: 0.39.1 -> 0.39.2
2023-03-07 07:07:18 +00:00
Mario Rodas
ded734aee8
Merge pull request #219857 from tobim/pkgs/zeek-5.2.0
...
zeek: 5.1.2 -> 5.2.0
Closes #215368
2023-03-07 00:33:45 -05:00
Nick Cao
0d4df13c29
Merge pull request #219886 from r-ryantm/auto-update/grpc-gateway
...
grpc-gateway: 2.15.1 -> 2.15.2
2023-03-07 13:30:16 +08:00
Nick Cao
7ed706e6bc
Merge pull request #219916 from r-ryantm/auto-update/cpm-cmake
...
cpm-cmake: 0.38.0 -> 0.38.1
2023-03-07 13:27:46 +08:00
R. Ryantm
24af7f357f
byacc: 20221229 -> 20230219
2023-03-07 05:13:21 +00:00
R. Ryantm
9ae79a46f8
bacon: 2.6.1 -> 2.6.2
2023-03-07 02:30:50 +00:00
R. Ryantm
1694afe237
cpm-cmake: 0.38.0 -> 0.38.1
2023-03-07 02:17:43 +00:00
R. Ryantm
f255a7ebc3
grpc-gateway: 2.15.1 -> 2.15.2
2023-03-06 21:25:22 +00:00
Ilan Joselevich
f06733c932
Merge pull request #218840 from pimeys/prisma-4.11.0
...
nodePackages.prisma: 4.10.1 -> 4.11.0
2023-03-06 23:17:19 +02:00
Weijia Wang
b831bb117a
Merge pull request #219855 from vbgl/omake-0.10.6
...
omake: 0.10.5 → 0.10.6
2023-03-06 22:52:23 +02:00
Ilan Joselevich
bbe706eaec
Merge pull request #219476 from developer-guy/feature/ko-add-developerguy
...
ko: add developer-guy to maintainers list
2023-03-06 22:40:10 +02:00
Weijia Wang
d2ca796784
Merge pull request #219703 from r-ryantm/auto-update/neil
...
neil: 0.1.47 -> 0.1.55
2023-03-06 22:12:38 +02:00
figsoda
ef29425ca1
Merge pull request #215906 from figsoda/update
2023-03-06 14:37:03 -05:00
Sandro
fd0e6631b5
Merge pull request #218754 from aaronjheng/jid
2023-03-06 19:40:12 +01:00
Tobias Mayer
b5ee3bef18
spicy-parser-generator: 1.5.3 -> 1.7.0
2023-03-06 18:37:17 +01:00
Vincent Laporte
d934806f62
omake: 0.10.5 → 0.10.6
2023-03-06 18:23:29 +01:00
Ilan Joselevich
edff57cff4
Merge pull request #218455 from veehaitch/gh-runner-builddotnet
...
github-runner: switch to `buildDotnetModule`
2023-03-06 19:11:06 +02:00