Commit graph

302941 commits

Author SHA1 Message Date
Aaron Andersen
01c6894d1d
Merge pull request #129290 from r-ryantm/auto-update/kodi-pvr-hdhomerun
kodiPackages.pvr-hdhomerun: 7.1.0 -> 7.1.1
2021-07-18 12:18:26 -04:00
Ryan Horiguchi
7b21ffc4d4
vscode-extensions.hashicorp.terraform: 2.13.0 -> 2.13.1 2021-07-18 18:17:32 +02:00
TredwellGit
f011a85f28 linux/hardened/patches/5.4: 5.4.130-hardened1 -> 5.4.132-hardened1 2021-07-18 15:47:33 +00:00
TredwellGit
e6ed15ffc4 linux/hardened/patches/5.12: 5.12.15-hardened1 -> 5.12.17-hardened1 2021-07-18 15:47:32 +00:00
TredwellGit
b724837096 linux/hardened/patches/5.10: 5.10.48-hardened1 -> 5.10.50-hardened1 2021-07-18 15:47:31 +00:00
TredwellGit
888c46fe62 linux/hardened/patches/4.19: 4.19.196-hardened1 -> 4.19.197-hardened1 2021-07-18 15:47:30 +00:00
TredwellGit
73667e11f3 linux/hardened/patches/4.14: 4.14.238-hardened1 -> 4.14.239-hardened1 2021-07-18 15:47:29 +00:00
TredwellGit
9e7fd90e15 linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46 2021-07-18 15:46:57 +00:00
TredwellGit
5d99998e07 linux: 5.4.130 -> 5.4.132 2021-07-18 15:46:23 +00:00
TredwellGit
677dcff2aa linux: 5.12.15 -> 5.12.17 2021-07-18 15:46:18 +00:00
TredwellGit
a2259ae9a6 linux: 5.10.48 -> 5.10.50 2021-07-18 15:46:13 +00:00
TredwellGit
cb978946c1 linux: 4.19.196 -> 4.19.197 2021-07-18 15:46:06 +00:00
TredwellGit
e3eace9baa linux: 4.14.238 -> 4.14.239 2021-07-18 15:46:00 +00:00
Romanos Skiadas
23dd37dd5e rustPlatform.importCargoLock: add an assert for old Cargo.locks
near the end of 2019, the default Cargo.lock format was changed to
[[package]]
checksum = ...

This is what importCargoLock assumes. If the crate had not been `cargo
update`'d with a more recent toolchain than the one with the new
format as default, importCargoLock would fail when trying to access
pkg.checksum.

I ran into such a case (shamefully, in my own crate) and it took me a
while to figure out what was going on, so here is an assert with a
more user friendly message and a hint.
2021-07-18 18:19:50 +03:00
devhell
9d86dc113d profanity 0.10.0 -> 0.11.0 2021-07-18 16:17:03 +01:00
Iceman
c034146099 go-ethereum: 1.10.4 -> 1.10.5 2021-07-18 10:59:36 -04:00
Maxine Aubrey
1bc6f38000
nixos/doc: update EOL of 21.11 2021-07-18 16:04:13 +02:00
Robert Scott
20117e607d
Merge pull request #130539 from prusnak/pythonImportCheck-typo
python3Packages.{flask-restx,h2}: fix typo (pythonImportCheck -> pythonImportsCheck)
2021-07-18 15:00:05 +01:00
Robert Scott
cddea297f2 qemu: add patches for CVE-2021-3545 & CVE-2021-3546 2021-07-18 14:49:50 +01:00
Guillaume Girol
f620722174 vimPlugins.nvim-treesitter: document plugins 2021-07-18 14:40:49 +02:00
Ben Siraphob
64c4e4bcce
Merge pull request #130322 from endocrimes/dani/docker-compose
pythonPackages.docker: 4.4.4 -> 5.0.0, docker-compose: 1.28.6 -> 1.29.2
2021-07-18 19:35:56 +07:00
Jörg Thalheim
9112f6ffd8
Merge pull request #130512 from babbaj/looking-glass-b4
looking-glass-client: B3 -> B4
2021-07-18 13:18:05 +01:00
Luflosi
703b9b144c
nodePackages.postcss-cli: add passthru.tests 2021-07-18 14:05:57 +02:00
Guillaume Girol
2060a251fe duplicity: 0.8.17 -> 0.8.20 2021-07-18 12:00:00 +00:00
Robert Hensing
cd8ad180e6
Merge pull request #130537 from Luflosi/add-autoprefixer
nodePackages.autoprefixer: init at 10.3.1
2021-07-18 13:16:54 +02:00
Jörg Thalheim
aa5d9ad832
Merge pull request #130520 from Mic92/telegraf
nixos/telegraf: don't run as nogroup
2021-07-18 12:08:39 +01:00
Jörg Thalheim
e99777e928
Merge pull request #130531 from kidonng/patch-2
smartmontools: add meta.mainProgram
2021-07-18 11:55:00 +01:00
Jörg Thalheim
9a96cf3c8c
Merge pull request #130532 from kidonng/man-db
man-db: add meta.mainProgram
2021-07-18 11:54:31 +01:00
Jörg Thalheim
f00db7afbf
Merge pull request #130523 from Mic92/deltachat-electron
deltachat-electron: 1.15.5 -> 1.20.3
2021-07-18 11:54:00 +01:00
Kid
c32d6f8cbd man-db: add meta.mainProgram 2021-07-18 10:52:40 +00:00
Felix Buehler
f439e8dba7 shellcheck: deprecate phases 2021-07-18 12:31:37 +02:00
Felix Buehler
195e90b7db xgeometry-select: deprecate phases 2021-07-18 12:28:46 +02:00
Pavol Rusnak
986862fc8f
python3Packages.flask-restx: fix typo (pythonImportCheck -> pythonImportsCheck) 2021-07-18 12:26:49 +02:00
Pavol Rusnak
6ec2fcefd2
python3Packages.h2: fix typo (pythonImportCheck -> pythonImportsCheck) 2021-07-18 12:26:11 +02:00
Nick Cao
e57ccfdaf3
tdesktop: 2.8.4 -> 2.8.11 2021-07-18 18:12:20 +08:00
Luflosi
3a7405c1be
nodePackages.autoprefixer: init at 10.3.1 2021-07-18 12:08:31 +02:00
Kid
14d592728d
smartmontools: add meta.mainProgram 2021-07-18 17:28:33 +08:00
Jörg Thalheim
6626933865
Merge pull request #130517 from Mic92/pcalc
pcalc: 20141224 -> 20181202
2021-07-18 10:14:11 +01:00
Jörg Thalheim
e0e8b0f5bb
Merge pull request #130518 from Mic92/lxappearance
lxappearance: add wrapGAppsHook
2021-07-18 10:13:15 +01:00
Mario Rodas
2953cddf9a python38Packages.cherrypy: fix build on darwin 2021-07-18 11:12:45 +02:00
Rick van Schijndel
befc0c04c2 totem-pl-parser: support cross-compilation 2021-07-18 10:49:41 +02:00
Kid
8e4607f40f maintainers: add kidonng 2021-07-18 08:12:26 +00:00
Jörg Thalheim
c24fa221ab nixos/telegraf: improve documentation 2021-07-18 09:40:42 +02:00
Jörg Thalheim
43a223586f deltachat-electron: 1.15.5 -> 1.20.3 2021-07-18 09:38:58 +02:00
Ashley Chiara
e96a983712 yafetch: unstable-2021-06-15 -> unstable-2021-07-18 2021-07-18 09:01:53 +02:00
Jörg Thalheim
cc56dc078d nixos/telegraf: don't run as nogroup 2021-07-18 08:54:45 +02:00
Jörg Thalheim
0839cf1d45
Merge pull request #106721 from Mic92/nix-serve
nixos/nix-serve: don't run as nogroup
2021-07-18 07:53:32 +01:00
Jörg Thalheim
ac7b8724b5 nixos/nix-serve: don't run as nogroup
nogroup is insecure if shared
2021-07-18 08:51:17 +02:00
Jörg Thalheim
d015fb1edb lxappearance: add wrapGAppsHook 2021-07-18 08:43:05 +02:00
Jörg Thalheim
d4b8356ce2 pcalc: 20141224 -> 20181202 2021-07-18 08:40:09 +02:00