Commit Graph

508709 Commits

Author SHA1 Message Date
7c6f434c
b48d79f99d
Merge pull request #245787 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 6.3.2 -> 6.3.3
2023-07-28 08:47:09 +00:00
Dominik Ritter
abe17e7422 jetbrains.plugins: update 2023-07-28 10:39:02 +02:00
R. Ryantm
fa84330315 python310Packages.openshift: 0.13.1 -> 0.13.2 2023-07-28 08:20:21 +00:00
exploitoverload
db33789956 psudohash: init at unstable-2023-05-15 2023-07-28 10:20:21 +02:00
R. Ryantm
0f4b09d438 python310Packages.socid-extractor: 0.0.24 -> 0.0.25 2023-07-28 08:09:39 +00:00
Pol Dellaiera
491480224b
Merge pull request #245544 from r-ryantm/auto-update/kics
kics: 1.7.3 -> 1.7.4
2023-07-28 09:52:38 +02:00
Eric Wolf
318d8cc4c5 nixos/lemmy: limit impurity by secrets
Split `services.lemmy.secretFile` into
multiple options to allow only secrets.
2023-07-28 07:49:27 +00:00
Samuel Ainsworth
e6f2df7798
Merge pull request #245817 from natsukium/slack-bolt/fix
python310Packages.slack-bolt: fix build
2023-07-28 00:40:37 -07:00
Jonas Chevalier
1c19ccba2a
Merge pull request #245785 from lopsided98/writers-callpackages
writers: use `callPackages` to import sub-groups of writers
2023-07-28 09:35:45 +02:00
Nick Cao
05ea04c133
Merge pull request #245809 from aaronjheng/pprof
pprof: unstable-2022-05-09 -> unstable-2023-07-05
2023-07-28 00:40:00 -06:00
Sergei Trofimovich
cf25fdfac0 fio: fix cross-compilation
Without the change `pkgsCross.aarch64-multiplatform.fio` fails build as:

```
$ nix build -f. pkgsCross.aarch64-multiplatform.fio
...
fio-aarch64-unknown-linux-gnu> Bad option --build=x86_64-unknown-linux-gnu
fio-aarch64-unknown-linux-gnu> Bad option --host=aarch64-unknown-linux-gnu
```

Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-07-28 07:29:18 +01:00
R. Ryantm
d24242d841 k3s: 1.27.3+k3s1 -> 1.27.4+k3s1 2023-07-28 06:06:48 +00:00
R. Ryantm
294083298e python310Packages.peaqevcore: 19.0.1 -> 19.0.2 2023-07-28 05:05:12 +00:00
github-actions[bot]
91d48bf4bd terraform-providers.tencentcloud: 1.81.16 -> 1.81.17 2023-07-28 15:03:03 +10:00
github-actions[bot]
ae2bce3a9f terraform-providers.wavefront: 3.6.0 -> 4.0.0 2023-07-28 15:03:03 +10:00
github-actions[bot]
02219f3fd0 terraform-providers.turbot: 1.9.1 -> 1.10.0 2023-07-28 15:03:03 +10:00
github-actions[bot]
5109f85403 terraform-providers.spotinst: 1.129.0 -> 1.130.0 2023-07-28 15:03:03 +10:00
github-actions[bot]
eeb5d817f6 terraform-providers.opentelekomcloud: 1.35.3 -> 1.35.4 2023-07-28 15:03:03 +10:00
github-actions[bot]
0f3fdff006 terraform-providers.opsgenie: 0.6.28 -> 0.6.29 2023-07-28 15:03:03 +10:00
github-actions[bot]
a355bae97f terraform-providers.ns1: 2.0.4 -> 2.0.5 2023-07-28 15:03:03 +10:00
github-actions[bot]
1cf94f6109 terraform-providers.minio: 1.16.0 -> 1.17.0 2023-07-28 15:03:03 +10:00
github-actions[bot]
acdbb82ab3 terraform-providers.google-beta: 4.75.0 -> 4.75.1 2023-07-28 15:03:03 +10:00
github-actions[bot]
c3f7f34b0b terraform-providers.google: 4.75.0 -> 4.75.1 2023-07-28 15:03:03 +10:00
github-actions[bot]
e04b7dae8c terraform-providers.aws: 5.9.0 -> 5.10.0 2023-07-28 15:03:03 +10:00
github-actions[bot]
f98c417be3 terraform-providers.equinix: 1.14.4 -> 1.14.5 2023-07-28 15:03:03 +10:00
github-actions[bot]
15f4934905 terraform-providers.azurerm: 3.66.0 -> 3.67.0 2023-07-28 15:03:03 +10:00
github-actions[bot]
17112f1567 terraform-providers.azuread: 2.40.0 -> 2.41.0 2023-07-28 15:03:03 +10:00
Nick Cao
2472f040b9
Merge pull request #245819 from figsoda/component
cargo-component: unstable-2023-07-05 -> unstable-2023-07-28
2023-07-27 22:58:33 -06:00
Vincent Laporte
6ec777a062 framac: 26.1 (Iron) → 27.1 (Cobalt) 2023-07-28 06:51:04 +02:00
Vincent Laporte
d635270188 ocamlPackages.ppx_deriving_yaml: 0.1.1 → 0.2.1 2023-07-28 06:51:04 +02:00
Ben Wolsieffer
025af47303 writers: use runCommand instead of runCommandNoCC
runCommandNoCC is now an alias for runCommand, which was causing ofborg
failures with allowAliases = false.
2023-07-28 00:39:21 -04:00
Adam Joseph
cb13669b00 lib.customisation: uncurry makeScopeWithSplicing
Deeply-curried functions are pretty error-prone in untyped languages
like Nix.  This is a particularly bad case because
`top-level/splice.nix` *also* declares a makeScopeWithSplicing, but
it takes *two fewer arguments*.

Let's switch to attrset-passing form, to provide some minimal level
of sanity-checking.
2023-07-27 21:31:59 -07:00
natsukium
dadcfacb51
python310Packages.slack-bolt: fix build
Co-authored-by: Samuel Ainsworth <skainsworth@gmail.com>
2023-07-28 13:12:30 +09:00
Tyler W
99a80c6981 tailscale: 1.46.0 -> 1.46.1 2023-07-27 20:32:44 -07:00
figsoda
56c08f0d5d cargo-component: unstable-2023-07-05 -> unstable-2023-07-28
Diff: 84ad1dc2c3...b58f10c867
2023-07-27 23:29:20 -04:00
natsukium
739d918f4e
python311Packages.sopel: fix build 2023-07-28 12:28:45 +09:00
Ben Wolsieffer
09dd973987 writers: use callPackages to import sub-groups of writers
Use callPackages instead of plain import to get proper splicing. Without this,
writeNginxConfig fails when cross-compiling.
2023-07-27 22:54:41 -04:00
Nick Cao
35abc09040
Merge pull request #245458 from vale981/patch-1
mathematica: enable wayland support
2023-07-27 20:41:19 -06:00
Nick Cao
3241fa07cc
Merge pull request #245776 from wlcx/update-dart-sass
dart-sass: 1.63.3 -> 1.64.1
2023-07-27 20:39:13 -06:00
Nick Cao
f68a459f74
Merge pull request #245526 from r-ryantm/auto-update/scantailor-advanced
scantailor-advanced: 1.0.18 -> 1.0.19
2023-07-27 20:13:11 -06:00
Aaron Jheng
71c77f1f1b
pprof: unstable-2022-05-09 -> unstable-2023-07-05 2023-07-28 02:04:57 +00:00
Nick Cao
c67cd8f56f
Merge pull request #245800 from r-ryantm/auto-update/sbt-extras
sbt-extras: 2023-07-11 -> 2023-07-25
2023-07-27 19:55:17 -06:00
Nick Cao
7b9b86eea4
Merge pull request #245790 from ereslibre/bump-wasmtime
wasmtime: 11.0.0 -> 11.0.1
2023-07-27 19:52:30 -06:00
Nick Cao
8e6670c61e
Merge pull request #245771 from mhutter/bump/cloudflared
cloudflared: 2023.7.0 -> 2023.7.3
2023-07-27 19:50:48 -06:00
Nick Cao
4485cf1d2a
Merge pull request #245767 from vbgl/ruwudu-3.000
ruwudu: 2.000 → 3.000
2023-07-27 19:50:33 -06:00
Nick Cao
36f41715be
Merge pull request #245764 from figsoda/script
rust-script: 0.29.0 -> 0.30.0
2023-07-27 19:49:26 -06:00
Nick Cao
d28c6da064
Merge pull request #245753 from r-ryantm/auto-update/patchelfUnstable
patchelfUnstable: unstable-2023-06-08 -> unstable-2023-07-20
2023-07-27 19:47:56 -06:00
Nick Cao
ad8844f2c5
Merge pull request #245760 from newAM/probe-rs-0.20.0
probe-rs: 0.19.0 -> 0.20.0
2023-07-27 19:47:08 -06:00
Nick Cao
e147aea130
Merge pull request #245706 from chvp/upd/pywayland
python3Packages.pywayland: 0.4.15 -> 0.4.16
2023-07-27 19:44:08 -06:00
Nick Cao
b67e5c05da
Merge pull request #245724 from QJoly/kubefirst
kubefirst: 2.2.2 -> 2.2.5
2023-07-27 19:34:35 -06:00