Commit Graph

505977 Commits

Author SHA1 Message Date
github-actions[bot]
0a2e9d073b terraform-providers.oci: 5.4.0 -> 5.5.0 2023-07-20 22:08:55 +10:00
github-actions[bot]
f38ecdcc5a terraform-providers.spotinst: 1.126.0 -> 1.127.0 2023-07-20 22:08:55 +10:00
github-actions[bot]
93d160476b terraform-providers.scaleway: 2.24.0 -> 2.25.0 2023-07-20 22:08:55 +10:00
github-actions[bot]
3a7c90bb08 terraform-providers.mongodbatlas: 1.10.1 -> 1.10.2 2023-07-20 22:08:55 +10:00
github-actions[bot]
bd95a7a683 terraform-providers.linode: 2.5.1 -> 2.5.2 2023-07-20 22:08:55 +10:00
github-actions[bot]
8781d90d7d terraform-providers.launchdarkly: 2.13.1 -> 2.13.2 2023-07-20 22:08:55 +10:00
Daniel Kempkens
c118bb4f9a elixir: make mix interpreter path absolute
Remove the implicit dependency on `elixir` being somewhere in `PATH`.

Before:

```
$ nix build '.#elixir_1_15'
$ ./result/bin/mix --version
env: ‘elixir’: No such file or directory
```

After:

```
$ nix build '.#elixir_1_15'
$ ./result/bin/mix --version
Erlang/OTP 25 [erts-13.2.2.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]

Mix 1.15.2 (compiled with Erlang/OTP 25)
```

This was caused by the shebang interpreter directive being set to
`${coreutils}/bin/env elixir`, whereas now the `elixir` part is replaced
with the full path to the interpreter.

We can't get rid of the `${coreutils}/bin/env` part, because without it
all scripts are interpreted as shell scripts.
2023-07-20 20:52:55 +09:00
happysalada
e17114622d nodePackages: update to latest 2023-07-20 20:48:58 +09:00
Ryan Lahfa
faa1bc7353
Merge pull request #244395 from pogobanane/master 2023-07-20 13:08:17 +02:00
Mario Rodas
5df4d78d54
Merge pull request #243945 from gaelreyrol/minify-update-2.12.7
minify: 2.11.1 -> 2.12.7
2023-07-20 05:51:35 -05:00
Nick Cao
17dd4c92ee
Merge pull request #244421 from mig4ng/kubevpn
kubevpn: init at 1.1.34
2023-07-20 03:51:19 -06:00
maxine
89a0d4a815
Merge pull request #244361 from EtienneBruines/nomad_1_5
nomad_1_5: 1.5.6 -> 1.5.7
2023-07-20 11:24:04 +02:00
Kerstin
b137adf11a
Merge pull request #244191 from dotlambda/imagemagick-7.1.1-13
imagemagick: 7.1.1-12 -> 7.1.1-13
2023-07-20 11:19:37 +02:00
Miguel Carneiro
5a3eb10245 kubevpn: init at 1.1.34 2023-07-20 10:16:56 +01:00
Etienne Bruines
d345ddaf65
nomad_1_5: 1.5.6 -> 1.5.7
https://github.com/hashicorp/nomad/releases/tag/v1.5.7

CVE notes from upstream:

acl: Fixed a bug where a namespace ACL policy without label was applied to an unexpected namespace. CVE-2023-3072 [https://github.com/hashicorp/nomad/issues/17908]
search: Fixed a bug where ACL did not filter plugin and variable names in search endpoint. CVE-2023-3300 [https://github.com/hashicorp/nomad/issues/17906]
sentinel (Enterprise): Fixed a bug where ACL tokens could be exfiltrated via Sentinel logs CVE-2023-3299 [https://github.com/hashicorp/nomad/issues/17907]
2023-07-20 11:14:30 +02:00
maxine
2d82894fa1
Merge pull request #244365 from EtienneBruines/nomad_1_6
nomad_1_6: init
2023-07-20 11:14:06 +02:00
Ryan Lahfa
2d0a128ac9
Merge pull request #201562 from jdbaldry/add/osquery 2023-07-20 11:06:46 +02:00
Nick Cao
dee942ff99
Merge pull request #241064 from r-ryantm/auto-update/cloudlog
cloudlog: 2.4.3 -> 2.4.5
2023-07-20 02:56:08 -06:00
Vladimír Čunát
f2f18b0490
Merge #241628: gdc: switch to gdc11 for now 2023-07-20 10:42:58 +02:00
Adam Joseph
7363eedd89
Merge pull request #244118 from amjoseph-nixpkgs/pr/fix/244045
lib.systems.extensions.sharedLibrary: do not `throw`
2023-07-20 07:43:12 +00:00
Ulrik Strid
bbcc727413
Merge pull request #244274 from vbgl/ocaml-iri-0.7.0
ocamlPackages.iri: 0.6.0 → 0.7.0
2023-07-20 09:35:49 +02:00
Mario Rodas
d0c7a8f1c9
Merge pull request #244241 from marsam/update-rbw
rbw: 1.7.1 -> 1.8.1
2023-07-20 02:04:37 -05:00
Will Fancher
22bcc32f63
Merge pull request #244033 from SuperSandro2000/issue-243820
nixos/stage-1: fix mount replacement in extra-utils
2023-07-20 00:43:33 -04:00
Will Fancher
fad65047fa
Merge pull request #244445 from NixOS/revert-244177-initrd-chase-symlinks
Revert "nixos/boot/stage-1: chase symlinks when copying binaries"
2023-07-20 00:05:41 -04:00
Will Fancher
2e60058b95
Revert "nixos/boot/stage-1: chase symlinks when copying binaries" 2023-07-20 00:03:50 -04:00
Vincent Laporte
d60110fd97 ocamlPackages.js_of_ocaml: 5.3.0 → 5.4.0 2023-07-20 05:52:47 +02:00
Adam Joseph
12475801fa
Merge pull request #228018 from amjoseph-nixpkgs/pr/fix/224694
lib/systems: strip kernel to avoid reference cycles
2023-07-20 03:43:34 +00:00
Adam Joseph
4d92ffb39b
Merge pull request #244406 from amjoseph-nixpkgs/pr/fix/244405
gccWithoutTargetLibc: link libgcc_s.so using -mnewlib if isPower
2023-07-20 03:39:10 +00:00
Nick Cao
c77cd042e3
Merge pull request #239267 from evils/rew
roomeqwizard: 5.20.5 -> 5.20.13
2023-07-19 19:24:22 -06:00
Nick Cao
ca10db7ec7
Merge pull request #242223 from LeSuisse/mattermost-7.10.3
mattermost: 7.10.2 -> 7.10.3
2023-07-19 19:19:07 -06:00
Nick Cao
dfb03bc623
Merge pull request #242310 from ipvych/master
stevenblack-blocklist: 3.11.19 -> 3.13.10
2023-07-19 19:18:58 -06:00
Nick Cao
c0a44a2f75
Merge pull request #244140 from OPNA2608/update/palemoon-bin
palemoon-bin: 32.2.1 -> 32.3.1
2023-07-19 19:14:54 -06:00
Nick Cao
e07d746636
Merge pull request #234734 from MGlolenstine/srb2kart
srb2kart: 1.3.0 -> 1.6.0
2023-07-19 19:08:58 -06:00
Nick Cao
0fc756bb2a
Merge pull request #238769 from pho/musl-mips-doubles
musl: add MIPS linux doubles to platforms
2023-07-19 19:08:14 -06:00
Nick Cao
39ee162989
Merge pull request #243510 from plastic-forks/c4710n/add-borgmatic-darwin-support
borgmatic: add darwin support
2023-07-19 19:07:39 -06:00
Nick Cao
e9eec44d58
Merge pull request #240075 from Kiskae/patch-1
linuxPackages.nvidiaPackages.mkDriver: init
2023-07-19 19:06:21 -06:00
Nick Cao
b10dfc8570
Merge pull request #222948 from iwanb/transcribeup
transcribe: 9.21 -> 9.25
2023-07-19 19:04:48 -06:00
Nick Cao
dfb336e24e
Merge pull request #243853 from arjan-s/bump-swww
swww: 0.7.3 -> 0.8.1
2023-07-19 19:04:04 -06:00
Nick Cao
6f8216a003
Merge pull request #243886 from iynaix/bump-wallust
wallust 2.4.1 -> 2.5.0
2023-07-19 19:03:41 -06:00
Nick Cao
ae9f44c7a2
Merge pull request #243970 from adamcstephens/kitty/0.29.1
kitty: 0.29.0 -> 0.29.1
2023-07-19 19:03:20 -06:00
Nick Cao
19a336ffab
Merge pull request #243358 from tjni/crystalline
crystalline: 0.9.0 -> 0.10.0
2023-07-19 19:00:04 -06:00
Nick Cao
9b79bf52c3
Merge pull request #243348 from tjni/tbm
python310Packages.tbm-utils: improve build and enable tests
2023-07-19 18:58:30 -06:00
Nick Cao
df027be09d
Merge pull request #244425 from r-ryantm/auto-update/python310Packages.grad-cam
python310Packages.grad-cam: 1.4.6 -> 1.4.8
2023-07-19 18:37:07 -06:00
Nick Cao
85a6f96d5a
Merge pull request #244386 from bbigras/anytype_update
anytype: 0.33.0 -> 0.33.3
2023-07-19 18:30:43 -06:00
Nick Cao
de3235b0c4
Merge pull request #244389 from kilianar/logseq-0.9.11
logseq: 0.9.10 -> 0.9.11
2023-07-19 18:30:06 -06:00
Nick Cao
58b1f7d7b6
Merge pull request #244392 from r-ryantm/auto-update/fulcio
fulcio: 1.3.3 -> 1.3.4
2023-07-19 18:29:53 -06:00
Nick Cao
462ee82ab3
Merge pull request #244393 from davisrichard437/master
gscreenshot: 3.4.0 -> 3.4.1
2023-07-19 18:28:50 -06:00
Nick Cao
86888074d3
Merge pull request #244375 from figsoda/gql
gql: 0.4.0 -> 0.4.1
2023-07-19 18:26:06 -06:00
Nick Cao
e974200e8a
Merge pull request #244373 from r-ryantm/auto-update/minio-client
minio-client: 2023-07-07T05-25-51Z -> 2023-07-11T23-30-44Z
2023-07-19 18:25:15 -06:00
Nick Cao
8691bf1d16
Merge pull request #244369 from figsoda/binstall
cargo-binstall: 1.1.0 -> 1.1.1
2023-07-19 18:23:04 -06:00