Commit Graph

408472 Commits

Author SHA1 Message Date
Domen Kožar
f043699a4f
Merge pull request #189772 from tjni/btop-stackprotector
btop: reenable stackprotector on aarch64-darwin
2022-09-11 16:53:43 +01:00
Daniel Fitzpatrick
61dbc457e2
tdfgo: init at git commit 9f0b3325eed3 (#188351) 2022-09-11 17:50:04 +02:00
Anderson Torres
c97e777ff0
Merge pull request #190706 from AndersonTorres/elisp
Elisp updates
2022-09-11 12:47:08 -03:00
Sandro
137ee3718f
Merge pull request #190764 from qowoz/gdu 2022-09-11 17:46:09 +02:00
Domen Kožar
5bfbccbe24
Merge pull request #190792 from domenkozar/cachix-agent-typo
cachix-agent: fix a typo
2022-09-11 16:41:20 +01:00
Jonas Heinrich
f922870cbb
Merge pull request #190500 from r-ryantm/auto-update/python310Packages.pulumi-aws
python310Packages.pulumi-aws: 5.10.0 -> 5.13.0
2022-09-11 17:36:20 +02:00
Jonas Heinrich
9d9d5cfac1
Merge pull request #190506 from r-ryantm/auto-update/python310Packages.pycep-parser
python310Packages.pycep-parser: 0.3.8 -> 0.3.9
2022-09-11 17:31:44 +02:00
Sandro
ca035fdc40
Merge pull request #190502 from matshch/patch-1 2022-09-11 17:31:20 +02:00
Jonas Heinrich
b42d9210d4
Merge pull request #190535 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.10.21 -> 0.10.22
2022-09-11 17:24:25 +02:00
Jonas Heinrich
faae4a4041
Merge pull request #190537 from r-ryantm/auto-update/gtk-pipe-viewer
gtk-pipe-viewer: 0.1.4 -> 0.3.0
2022-09-11 17:20:01 +02:00
Jonas Heinrich
a5185ffe24
Merge pull request #176882 from bpaulin/addmaster/pinniped
pinniped: init at 0.17.0
2022-09-11 17:16:58 +02:00
Sandro Jäckel
d9038bd6e6
zq: remove noop overwrite 2022-09-11 17:14:11 +02:00
Domen Kožar
3f7ba12868 cachix-agent: fix a typo 2022-09-11 16:10:21 +01:00
Jonas Heinrich
5b5799403e
Merge pull request #190666 from r-ryantm/auto-update/gitRepo
gitRepo: 2.29.1 -> 2.29.2
2022-09-11 17:09:33 +02:00
R. Ryantm
b73df28472 circleci-cli: 0.1.20856 -> 0.1.21041 2022-09-11 15:03:57 +00:00
Sandro Jäckel
c3f51d1b55
dotenv: convert CRLF line endings into LF
otherwise git converts the line endings with every rebase on Linux
2022-09-11 17:02:00 +02:00
R. Ryantm
74204a6709 checkSSLCert: 2.42.0 -> 2.43.0 2022-09-11 14:59:00 +00:00
Jonas Heinrich
8a810b1a16
Merge pull request #190676 from vbgl/coq-gappalib-1.5.2
coqPackages.gappalib: 1.5.1 → 1.5.2
2022-09-11 16:57:11 +02:00
Jonas Heinrich
2c10a2ab58
Merge pull request #190691 from r-ryantm/auto-update/prowlarr
prowlarr: 0.4.4.1947 -> 0.4.5.1960
2022-09-11 16:53:29 +02:00
R. Ryantm
f1c1718814 fdupes: 2.2.0 -> 2.2.1 2022-09-11 16:46:36 +02:00
Jason Yundt
17352e8995 nixos/security/wrappers: clarify required format for capabilities
Before this change, the description for
security.wrappers.<name>.capabilities made it seem like you could just
string together the names of capabilities like this:

  capabilities = "CAP_SETUID,CAP_SETGID";

In reality, each item in the list must be a full-on capability clause:

  capabilities = "CAP_SETUID=ep,CAP_SETGID+i";
2022-09-11 16:36:58 +02:00
Florian Brandes
4886df0aea borgmatic: 1.6.4 -> 1.7.2
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-11 16:34:53 +02:00
"Viacheslav Lotsmanov"
03870e938a
vimPlugins.haskell-with-unicode-vim: init at 2022-09-11 2022-09-11 17:28:05 +03:00
Stanisław Pitucha
3e2341b082 rubyPackages.sqlite3: fix building for >= 1.5.0 2022-09-11 16:27:02 +02:00
Sandro Jäckel
224da23db2 sasview: remove unused input 2022-09-11 16:25:56 +02:00
kilianar
a7fb06c2da gopass: 1.14.5 -> 1.14.6
https://github.com/gopasspw/gopass/releases/tag/v1.14.6
2022-09-11 16:24:37 +02:00
K900
a1250fe8b2 virt-manager: 4.0.0 -> 4.1.0 2022-09-11 16:23:16 +02:00
Christian Kögler
11bafe6b5b nixos/syncthing: remove exit code 2 from exit status success
Fix #181713
2022-09-11 16:21:07 +02:00
linsui
69063d79d3 distrobox: 1.3.1 -> 1.4.0 2022-09-11 16:18:15 +02:00
Guillaume Girol
46565a8176
Merge pull request #187616 from symphorien/pyocr-update
python3.pkgs.pyocr: 0.7.2 -> 0.8.3
2022-09-11 14:03:31 +00:00
Sandro
5552d48e4a
Merge pull request #190479 from thenonameguy/pkg/bun 2022-09-11 16:03:06 +02:00
Luke Granger-Brown
55d9a2c596 nixos/paperless: fix time.timeZone setting
This attribute set isn't passed through the NixOS config resolution
mechanism, which means that we can't use lib.mkDefault here.

Instead, just put it before any user overrides so that if the user
specifies this environment variable it'll just override it anyway.
2022-09-11 15:01:47 +01:00
Guillaume Girol
c3424c7f68
Merge pull request #190028 from symphorien/remove-rls
rls: remove
2022-09-11 14:00:20 +00:00
Sandro
c3f39d7f3e
Merge pull request #187996 from erictapen/nbclient 2022-09-11 16:00:12 +02:00
Sandro
6455841114
Merge pull request #190762 from bobby285271/drawing 2022-09-11 15:57:17 +02:00
Ben Darwin
d106101806 ocamlPackages.lambdapi: init at 2.2.1 2022-09-11 15:54:45 +02:00
Ben Darwin
1b327858f9 ocamlPackages.pratter: init at 2.0.0 2022-09-11 15:54:45 +02:00
Ben Darwin
b361e1895f ocamlPackages.dedukti: init at 2.7 2022-09-11 15:54:45 +02:00
Ben Darwin
4f742d4535 ocamlPackages.bindlib: init at 6.0.0 2022-09-11 15:54:45 +02:00
Ben Darwin
4fe8af2162 ocamlPackages.timed: init at 1.1 2022-09-11 15:54:45 +02:00
Sandro
499a95706f
Merge pull request #190754 from toastal/lightningcss-1.14.0 2022-09-11 15:42:39 +02:00
toastal
4873ebf5ed lightningcss: init at 1.14.0 2022-09-11 20:01:39 +07:00
Dennis Gosnell
cc46999e0a
Merge pull request #190775 from arcz/echidna-2.0.3
echidna: 2.0.2 -> 2.0.3
2022-09-11 08:58:01 -04:00
Dennis Gosnell
a3f5759e53
Merge pull request #188766 from cdepillabout/overrideCoqDerivation
coqPackages.mkCoqDerivation: add a lib.overrideCoqDerivation function
2022-09-11 08:41:55 -04:00
Robert Scott
a4f3bae604
Merge pull request #190719 from firefly-cpp/fireflyalgorithm
python310Packages.fireflyalgorithm: init at 0.3.2
2022-09-11 13:36:19 +01:00
Martin Weinelt
ebd14bcb54
Merge pull request #190743 from r-ryantm/auto-update/python310Packages.pytest-pylint 2022-09-11 14:16:24 +02:00
Artur Cygan
94cd95a346 echidna: 2.0.2 -> 2.0.3 2022-09-11 14:11:13 +02:00
Robert Scott
618883d37c trafficserver: 9.1.2 -> 9.1.3 2022-09-11 13:06:06 +01:00
github-actions[bot]
58b4241dc4
Merge master into staging-next 2022-09-11 12:01:18 +00:00
Martin Weinelt
f220dd6c5d
Merge pull request #190745 from r-ryantm/auto-update/python310Packages.pytest-testmon 2022-09-11 13:53:34 +02:00