Commit graph

318967 commits

Author SHA1 Message Date
Ryan Burns
d9eefb5d67 python3Packages.libarcus: fix build against protobuf 3.18+
Still needs upstream resolution,
but we can grab a Vcpkg patch in the meantime
2021-09-22 22:01:16 -07:00
R. RyanTM
1dd63312e1 nats-server: 2.5.0 -> 2.6.0 2021-09-23 04:59:14 +00:00
R. RyanTM
276322039a boundary: 0.6.0 -> 0.6.1 2021-09-23 04:29:19 +00:00
R. RyanTM
06bcfffc27 mlkit: 4.5.7 -> 4.5.9 2021-09-23 04:28:19 +00:00
R. RyanTM
cbc705bb3d bashate: 2.0.0 -> 2.1.0 2021-09-23 04:19:44 +00:00
R. RyanTM
e35d881ac3 auto-cpufreq: 1.6.4 -> 1.6.9 2021-09-23 04:13:49 +00:00
R. RyanTM
d2349615d9 metabigor: 1.9 -> 1.10 2021-09-23 03:53:38 +00:00
R. RyanTM
fcb7719e31 luna-icons: 1.3 -> 1.4 2021-09-23 03:31:47 +00:00
R. RyanTM
7376977b9e libvmaf: 2.2.0 -> 2.2.1 2021-09-23 03:00:54 +00:00
R. RyanTM
aeb134864c libreddit: 0.15.2 -> 0.15.3 2021-09-23 02:52:47 +00:00
R. RyanTM
4dca3642cf libplctag: 2.3.7 -> 2.4.0 2021-09-23 02:44:14 +00:00
Bernardo Meurer
0785430a5e
linuxKernel.kernels.linux_xanmod: 5.14.6 -> 5.14.7 2021-09-22 19:13:04 -07:00
John Ericson
06f968ff54
Merge pull request #139043 from obsidiansystems/dn-fix-lld_13
llvmPackages_13.lld: add postPatch to fix Darwin build
2021-09-22 22:07:30 -04:00
R. RyanTM
b1ad7a530d kubesec: 2.11.3 -> 2.11.4 2021-09-23 02:03:56 +00:00
R. RyanTM
281dd1830d gleam: 0.16.1 -> 0.17.0 2021-09-23 10:58:47 +09:00
R. RyanTM
7196b9b61c esbuild: 0.12.28 -> 0.13.0 2021-09-23 10:43:34 +09:00
R. RyanTM
143e73b2de kotlin: 1.5.30 -> 1.5.31 2021-09-23 01:41:27 +00:00
R. RyanTM
77eb0d9320 headscale: 0.7.1 -> 0.8.1 2021-09-23 10:30:57 +09:00
Bobby Rong
6632becbe0
pantheon.switchboard-plug-mouse-touchpad: 6.0.0 -> 6.1.0 2021-09-23 09:26:13 +08:00
Bobby Rong
6c6ad98728
pantheon.switchboard-plug-keyboard: 2.5.0 -> 2.5.1 2021-09-23 09:24:06 +08:00
Bobby Rong
3984a18983
pantheon.elementary-calendar: 6.0.1 -> 6.0.2 2021-09-23 09:22:06 +08:00
Bobby Rong
ab0b955aa9
pantheon.elementary-greeter: 6.0.0 -> 6.0.1 2021-09-23 09:19:49 +08:00
Bobby Rong
8ffb81729c
pantheon.sideload: 6.0.1 -> 6.0.2 2021-09-23 09:15:48 +08:00
Luke Granger-Brown
759c4c9da1
Merge pull request #139046 from r-burns/nbcompat-take-two
[staging-next] netbsd.compat: fix libs by using cctools strip as objcopy
2021-09-23 02:14:37 +01:00
R. RyanTM
a600531028 python38Packages.scrapy-deltafetch: 1.2.1 -> 2.0.1 2021-09-23 01:12:59 +00:00
Bobby Rong
4788070d48
pantheon.epiphany: remove fixme
They are fixing the tab styling issues on their GTK theme and no actual things to do here.
2021-09-23 09:11:28 +08:00
figsoda
35a2230d1d fishfight: init at 0.1 2021-09-22 21:10:43 -04:00
R. RyanTM
d929a938f6 jbang: 0.79.0 -> 0.80.1 2021-09-23 01:02:30 +00:00
R. RyanTM
a74a864b0f iotop-c: 1.18 -> 1.19 2021-09-23 00:52:50 +00:00
Bobby Rong
25d6184741
Merge pull request #136649 from arcnmx/base16-shell-preview
base16-shell-preview: 0.3.0 -> 1.0.0
2021-09-23 08:43:45 +08:00
Ryan Burns
9eb591df10 netbsd.compat: fix libs by using cctools strip as objcopy
Reverts d43df749ac

NetBSD makefiles strip local symbols from libs using `OBJCOPY?=objcopy`,
which is missing on macOS. GNU objcopy appears to succeed but produces
broken .a libs which do not link into dependers.

(As this issue does not fail the netbsd.compat build,
downstream netbsd.install is added to passthru.tests.)

Since `OBJCOPY` is only used for stripping, we can:
* skip stripping with the hacky `OBJCOPY=echo`
* use cctools strip, which is invoked in the same way

The latter is obviously preferable if it works.
Indeed, locals are stripped, although it doesn't affect size much.
Comparison:

`OBJCOPY=echo`:
```
$ du -b result/lib/*.a
347784	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```

`OBJCOPY=${cctools}/bin/strip`:
```
$ du -b result/lib/*.a
347008	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```
2021-09-22 17:42:12 -07:00
R. RyanTM
5d038fdd69 inotify-tools: 3.20.11.0 -> 3.21.9.5 2021-09-23 00:34:49 +00:00
Bobby Rong
7ef52b7b26
Merge pull request #136244 from WolfangAukang/upwork-5.6.8.0
upwork: 5.6.7.13 -> 5.6.8.0
2021-09-23 08:30:06 +08:00
Divam
d32e0e6b1b llvmPackages_13.lld: add postPatch to fix Darwin build 2021-09-23 09:17:31 +09:00
R. RyanTM
896ee5ffc6 idris2: 0.5.0 -> 0.5.1 2021-09-23 00:16:08 +00:00
github-actions[bot]
796a5df129
Merge master into staging-next 2021-09-23 00:01:50 +00:00
R. RyanTM
c1313e30fb htop: 3.0.5 -> 3.1.0 2021-09-22 23:40:03 +00:00
Vladimír Čunát
314e0f22d8
qt512: fixup build of qtwayland
https://github.com/NixOS/nixpkgs/pull/138268#issuecomment-923135098
It's now not commonly used in Linux NixPkgs; I suppose it will be better
this way than failing.
2021-09-23 01:39:24 +02:00
Bernardo Meurer
91874d9239
prometheus-unbound-exporter: unstable-2021-03-17 -> unstable-2021-09-18 2021-09-22 16:37:53 -07:00
Luke Granger-Brown
7002c15677 linuxKernel.kernels.linux_5_13_hardened: fix build
BTF cannot be enabled at the same time as the RANDSTRUCT GCC plugin, so
we need to mark it as optional. Alas.
2021-09-22 22:26:36 +00:00
rnhmjoj
6de529c64a
nixos/kubernetes: fix containerd settings
mkDefault must be applied to each setting individually, otherwise a
single change to `containerd.settings` replaces the whole attribute set.
2021-09-23 00:21:40 +02:00
rnhmjoj
b6fbbe768d
nixos/containerd: use v2 settings by default
Kubernetes is using v2 setting names and is the only module
in Nixpkgs using containerd, so it makes sense to upgrade.
2021-09-23 00:18:58 +02:00
R. RyanTM
e095423d1b github-runner: 2.282.1 -> 2.283.1 2021-09-22 21:59:25 +00:00
Sandro
ed4f741c9c
Merge pull request #138951 from xfix/skytemple_1_3_1 2021-09-22 23:51:38 +02:00
figsoda
69b52d2bdf git-machete: switch to github version to enable tests 2021-09-22 17:45:01 -04:00
Sandro
febc115990
Merge pull request #139011 from qowoz/conmon 2021-09-22 23:45:00 +02:00
Sandro
93e0c87db1
Merge pull request #138855 from boppyt/discord 2021-09-22 23:41:35 +02:00
Sandro
a944ebf498
Merge pull request #139003 from fabaff/bump-smbprotocol 2021-09-22 23:37:39 +02:00
Sandro
35abd5b25c
Merge pull request #139007 from illdefined/kappanhang 2021-09-22 23:34:45 +02:00
Sandro
12737460ec
Merge pull request #139012 from fabaff/fix-casbin 2021-09-22 23:30:17 +02:00