Commit Graph

293346 Commits

Author SHA1 Message Date
Pavol Rusnak
7bbee4f003
Merge pull request #125393 from r-ryantm/auto-update/hwi
hwi: 2.0.1 -> 2.0.2
2021-06-02 18:38:03 +02:00
adisbladis
2a082a4e46
Merge pull request #125241 from eduardosm/dr14_tmeter
dr14_tmeter: use ffmpeg 4
2021-06-02 11:13:31 -05:00
superherointj
60f5a3c18d ocamlPackages.junit: init 2.0.2
ocamlPackages.junit_ounit: init 2.0.2
ocamlPackages.junit_alcotest: init 2.0.2
2021-06-02 18:13:07 +02:00
Domen Kožar
bf00839d04
Merge pull request #119571 from hennersz/fix/pass-import-install-extension
passExtensions.pass-import: install extension script and completion
2021-06-02 17:33:18 +02:00
R. RyanTM
c0693eae1e hwi: 2.0.1 -> 2.0.2 2021-06-02 15:31:31 +00:00
Robert Hensing
1834bc8711
Merge pull request #125216 from hercules-ci/follow-up-115491
dockerTools: Fix passthru image tag
2021-06-02 16:58:49 +02:00
Florian Klink
aa9abd3384
Merge pull request #125371 from zimbatm/terraform-provieder-aws-3.43.0
terraform-providers.aws: 3.39.0 -> 3.43.0
2021-06-02 16:26:06 +02:00
Mario Rodas
ed08b8dbf9
Merge pull request #125314 from baloo/baloo/procs/0.11.8
procs: 0.11.4 -> 0.11.8
2021-06-02 08:12:50 -05:00
Michael Weiss
031dddf5ec
Merge pull request #125357 from primeos/chromiumDev
chromiumDev: 92.0.4515.20 -> 92.0.4515.40
2021-06-02 14:52:50 +02:00
happysalada
9453ad371c vscode-extensions.vspacecode.whichkey: init 0.8.5 2021-06-02 21:49:44 +09:00
markuskowa
cdbf7da301
Merge pull request #110590 from markuskowa/upd-lammps
lammps: stable_22Aug2018 -> stable_29Oct2020
2021-06-02 14:36:13 +02:00
Mario Rodas
d8ee8e105c
Merge pull request #125163 from marsam/update-wal-g
wal-g: 0.2.21 -> 1.0
2021-06-02 07:33:09 -05:00
Eelco Dolstra
11d5aa6c0d
Merge pull request #125092 from domenkozar/tarball-check-supported-platforms
tarball: check systems based on the list of supported systems
2021-06-02 14:31:55 +02:00
zimbatm
16a47f2597
terraform-providers.aws: 3.39.0 -> 3.43.0 2021-06-02 14:12:36 +02:00
Michele Guerini Rocco
7484c90d57
Merge pull request #125289 from dotlambda/qutebrowser-2.2.3
qutebrowser: 2.2.2 -> 2.2.3
2021-06-02 13:51:39 +02:00
happysalada
00b135a30a vscode-extensions.jackebecker.elixir-ls: init 0.7.0 2021-06-02 20:35:48 +09:00
happysalada
3def6f1bd4 vscode-extensions.tiehuis.zig: init 0.2.5 2021-06-02 20:35:33 +09:00
happysalada
90cd733c32 vscode-extensions.vspacecode.vspacecode: init 0.9.1 2021-06-02 20:35:22 +09:00
happysalada
adebd58bd9 vscode-extensions.bodil.file-browser: init 0.2.10 2021-06-02 20:34:54 +09:00
happysalada
a38d9eee54 vscode-extentions.kahole.magit: init 0.6.13 2021-06-02 20:34:34 +09:00
Markus Kowalewski
dd9bc408af
lammps: update GPL2 license field 2021-06-02 13:23:09 +02:00
Markus Kowalewski
ed22820646
lammps: stable_22Aug2018 -> stable_29Oct2020 2021-06-02 13:23:09 +02:00
Fabian Affolter
aa47d87c82
Merge pull request #125347 from fabaff/bump-pyiqvia
python3Packages.pyiqvia: 0.3.3 -> 1.0.0
2021-06-02 13:13:13 +02:00
Fabian Affolter
abf7367eac
Merge pull request #125189 from fabaff/bump-aioswitcher
python3Packages.aioswitcher: 1.2.2 -> 1.2.3
2021-06-02 13:10:42 +02:00
Pavol Rusnak
239da47116
Merge pull request #125200 from r-ryantm/auto-update/gotty
gotty: 1.2.0 -> 1.3.0
2021-06-02 12:24:24 +02:00
Maximilian Bosch
c4afcbb77e plausible: remove create extension patch
Turns out this isn't needed if the module correctly adds the `citext`
extension to the `plausible` database.
2021-06-02 19:21:31 +09:00
Maximilian Bosch
cc88797ce0 plausible: minor polishing 2021-06-02 19:21:31 +09:00
Maximilian Bosch
1ed65d4bf6 plausible: platforms.{linux -> unix}
Co-authored-by: Raphael Megzari <raphael@megzari.com>
2021-06-02 19:21:31 +09:00
Maximilian Bosch
f3d5618ae1 plausible: correctly run digest task 2021-06-02 19:21:31 +09:00
Maximilian Bosch
6bc72cdd4a plausiblew: cleanup build & update script 2021-06-02 19:21:31 +09:00
Maximilian Bosch
02b15d0f5b plausible: first review fix iteration
* Most significant is probably the patching necessary to run plausible
  with postgres without superuser privilege. This change includes:
  * updating ecto_sql to 3.6 where `CREATE DATABASE` is only executed if
    it doesn't exist[1].
  * patching a migration to only modify the `users.email` column (to use
    `citext` rather than creating the extension. `plausible-postgres`
    takes care of that).
* Correctly declare dependencies in systemd.
* A few minor fixes.

[1] 051baf669e
2021-06-02 19:21:31 +09:00
Maximilian Bosch
ba934e9fc1 beam/fetchMixDeps: allow adding patches
Needed to modify e.g. a few things in the `plausible` package to get it
running properly.
2021-06-02 19:21:31 +09:00
Maximilian Bosch
b06ea1146c plausible: init at 1.3.0 2021-06-02 19:21:31 +09:00
Maximilian Bosch
fea2b25c74 yarn2nix: set name to ${pname}-${version} by default 2021-06-02 19:21:31 +09:00
Michael Weiss
cf6496e72b
chromiumDev: 92.0.4515.20 -> 92.0.4515.40 2021-06-02 12:11:06 +02:00
happysalada
1c1c7685d9 stdenv.darwin: nixpkgs-fmt 2021-06-02 19:03:48 +09:00
Robert Schütz
9f9de0069c python3Packages.adblock: fix build on Darwin 2021-06-02 11:51:02 +02:00
Fabian Affolter
6e53f5e0da python3Packages.pyiqvia: 0.3.3 -> 1.0.0 2021-06-02 11:26:28 +02:00
Fabian Affolter
99febc68c9
Merge pull request #125293 from fabaff/bump-wpscan
wpscan: 3.7.5 -> 3.8.17
2021-06-02 11:15:56 +02:00
Fabian Affolter
8abe0fbcde
Merge pull request #124521 from fabaff/mubeng
mubeng: init at 0.4.5
2021-06-02 11:15:27 +02:00
Fabian Affolter
33592e1513
Merge pull request #125204 from fabaff/bump-aenum
python3Packages.aenum: 3.0.0 -> 3.1.0
2021-06-02 11:14:15 +02:00
Fabian Affolter
a2cbc26883
Merge pull request #123251 from fabaff/bump-aiodns
python3Packages.aiodns: 2.0.0 -> 3.0.0
2021-06-02 11:12:29 +02:00
Fabian Affolter
0f3e68c164
Merge pull request #124978 from fabaff/bump-mech-soup
python3Packages.mechanicalsoup: 1.0.0 -> 1.1.0
2021-06-02 11:07:03 +02:00
Fabian Affolter
449cea71eb
Merge pull request #125177 from fabaff/bump-adext
python3Packages.adext: 0.4.1 -> 0.4.2
2021-06-02 11:06:23 +02:00
Fabian Affolter
efd8176b9c
Merge pull request #125166 from fabaff/bump-xknx
python3Packages.xknx: 0.18.2 -> 0.18.3
2021-06-02 11:05:51 +02:00
Fabian Affolter
231434ad57
Merge pull request #125046 from fabaff/bump-pymata-express
python3Packages.pymata-express: 1.19 -> 1.20
2021-06-02 11:05:26 +02:00
Edward Tjörnhammar
7a4de9a983 nixos/containers: add storage.conf 2021-06-02 19:03:53 +10:00
Ryan Mulligan
0d2757302c .github/workflows/nixos-manual.yml: add permisssions so action runs don't require approval 2021-06-02 19:02:51 +10:00
Sandro
822266fdfd
Merge pull request #125035 from r-ryantm/auto-update/goreleaser
goreleaser: 0.166.0 -> 0.166.2
2021-06-02 10:17:40 +02:00
Sandro
a9c61f2c67
Merge pull request #119057 from erdnaxe/obs-websocket 2021-06-02 10:15:24 +02:00