Commit Graph

242438 Commits

Author SHA1 Message Date
Julien Moutinho c6a3a0f4f5 nixos-rebuild: do not depend on nix.conf to activate flakes 2020-09-04 06:56:09 +02:00
Mario Rodas 01ed700247
Merge pull request #97010 from marsam/update-git-lfs
git-lfs: 2.11.0 -> 2.12.0
2020-09-03 23:35:47 -05:00
Mario Rodas 14b70e8fc8
Merge pull request #97024 from sephii/securefs_0_11_1
securefs: 0.8.3 -> 0.11.1
2020-09-03 23:17:39 -05:00
Mario Rodas 6d4146073e
Merge pull request #97069 from r-ryantm/auto-update/argo
argo: 2.10.0 -> 2.10.1
2020-09-03 23:10:17 -05:00
Mario Rodas 219b7f7355
Merge pull request #97059 from r-ryantm/auto-update/yarn
yarn: 1.22.4 -> 1.22.5
2020-09-03 23:08:04 -05:00
Eduardo Quiros 476216ed88 croc: 8.0.13 -> 8.3.0 2020-09-04 14:00:52 +10:00
R. RyanTM d3468f824e aws-vault: 5.4.4 -> 6.0.0 2020-09-04 03:12:58 +00:00
Mario Rodas 1dcf64b8fd
Merge pull request #96989 from marsam/update-rclone
rclone: 1.52.3 -> 1.53.0
2020-09-03 22:09:26 -05:00
Mario Rodas 584315b21a
Merge pull request #97029 from cmacrae/yabai/upgrade/3.3.0
yabai: 3.2.1 -> 3.3.0
2020-09-03 22:08:27 -05:00
R. RyanTM 565d04a1bf argo: 2.10.0 -> 2.10.1 2020-09-04 02:45:00 +00:00
Mario Rodas 915ee2f35f
Merge pull request #96990 from marsam/update-recursive
recursive: 1.062 -> 1.064
2020-09-03 21:28:08 -05:00
Thiago Franco de Moraes 48b902dcd7
meshlab: 2020.03 -> 2020.07 2020-09-03 23:17:11 -03:00
worldofpeace 8845cb868c pantheon: remove plank
We don't use this anymore. Oops.
2020-09-03 21:46:19 -04:00
Malte Brandy 89cfe01679
haskellPackages.haskell-language-server: 0.3.0 -> 0.4.0 2020-09-04 03:24:17 +02:00
worldofpeace 1a5f54c404 appstream: 0.12.6 -> 0.12.11 2020-09-03 21:08:18 -04:00
maralorn 037e178a43
haskellPackages.ghcide: Fix build (#97052) 2020-09-04 02:58:04 +02:00
WORLDofPEACE af189fbddb
Merge pull request #97057 from ianmjones/fix/snippetpixie-update
snippetpixie: 1.3.3 -> 1.4.1
2020-09-03 20:52:49 -04:00
Silvan Mosberger 41c29f2540
Merge pull request #91092 from helsinki-systems/systemd-path-noapply
nixos/systemd: Don't use apply for $PATH
2020-09-04 02:50:12 +02:00
worldofpeace afb065f374 pantheon.wingpanel-indicator-sound: 2.1.5 -> 2.1.6
https://github.com/elementary/wingpanel-indicator-sound/releases/tag/2.1.6
2020-09-03 20:46:09 -04:00
worldofpeace 80108e7aa4 pantheon.wingpanel-indicator-power: 2.1.5 -> 2.2.0
https://github.com/elementary/wingpanel-indicator-power/releases/tag/2.2.0
2020-09-03 20:46:09 -04:00
worldofpeace 05ad41decb pantheon.wingpanel-indicator-nightlight: 2.0.3 -> 2.0.4
https://github.com/elementary/wingpanel-indicator-nightlight/releases/tag/2.0.4
2020-09-03 20:46:08 -04:00
worldofpeace 87f3b4082d pantheon.switchboard-plug-sound: 2.2.4 -> 2.2.5
https://github.com/elementary/switchboard-plug-sound/releases/tag/2.2.5
2020-09-03 20:46:08 -04:00
worldofpeace 72d29c975d pantheon.switchboard-plug-network: 2.3.1 -> 2.3.2
https://github.com/elementary/switchboard-plug-keyboard/releases/tag/2.4.1
2020-09-03 20:46:08 -04:00
worldofpeace b592c888ad pantheon.switchboard-plug-keyboard: 2.3.6 -> 2.4.1
https://github.com/elementary/switchboard-plug-keyboard/releases/tag/2.4.1
2020-09-03 20:46:08 -04:00
worldofpeace 4b64a23f26 pantheon.elementary-files: 4.4.4 -> 4.5.0
https://github.com/elementary/files/releases/tag/4.5.0
2020-09-03 20:46:08 -04:00
Peter Simons cca4dcd2b7 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
f491652f2c.
2020-09-04 02:30:23 +02:00
Peter Hoeg 0fd664e0b0
Merge pull request #97022 from samuelgrf/fix/kwin-scripts-typo
krohnkite,kwin-tiling: fix typo
2020-09-04 08:19:47 +08:00
Lucas Savva 1b6cfd9796
nixos/acme: Fix race condition, dont be smart with keys
Attempting to reuse keys on a basis different to the cert (AKA,
storing the key in a directory with a hashed name different to
the cert it is associated with) was ineffective since when
"lego run" is used it will ALWAYS generate a new key. This causes
issues when you revert changes since your "reused" key will not
be the one associated with the old cert. As such, I tore out the
whole keyDir implementation.

As for the race condition, checking the mtime of the cert file
was not sufficient to detect changes. In testing, selfsigned
and full certs could be generated/installed within 1 second of
each other. cmp is now used instead.

Also, I removed the nginx/httpd reload waiters in favour of
simple retry logic for the curl-based tests
2020-09-04 01:09:43 +01:00
Ian M. Jones 04e0c46436 snippetpixie: 1.3.3 -> 1.4.1 2020-09-04 00:52:10 +01:00
R. RyanTM 9ac15bd5c9 yarn: 1.22.4 -> 1.22.5 2020-09-03 23:49:41 +00:00
worldofpeace 7dea5d2735 pantheon.elementary-calendar: 5.0.6 -> 5.1.6
https://github.com/elementary/calendar/releases/tag/5.1.0
2020-09-03 19:44:23 -04:00
worldofpeace 3acebf2165 pantheon.appcenter: 3.4.1 -> 3.4.2
https://github.com/elementary/appcenter/releases/tag/3.4.2
2020-09-03 19:43:43 -04:00
worldofpeace 7961afc58a pantheon: update hashes 2020-09-03 19:43:09 -04:00
Daniel Olsen 5d255c0660 maintainers: add dandellion 2020-09-04 00:55:05 +02:00
WORLDofPEACE 8f43f32af9
Merge pull request #97046 from Ma27/hydra-fix
hydra-unstable: 2020-08-04 -> 2020-09-02
2020-09-03 18:49:31 -04:00
Sascha Grunert 0fdc832be5 buildah: 1.15.1 -> 1.15.2
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-04 08:24:28 +10:00
Robert Scott c941a63cb0 honggfuzz: patch hfuzz-cc.c to fix path to buildtime-provided clang
i judged this slightly better than using a wrapper
2020-09-03 15:08:06 -07:00
R. RyanTM ea5d0dcd76 honggfuzz: 2.2 -> 2.3.1 2020-09-03 15:08:06 -07:00
Jon 982b8ff3ef
Merge pull request #96940 from colemickens/cordless
cordless: init at 2020-08-30
2020-09-03 15:06:11 -07:00
Cole Mickens 4030b3fe79
cordless: init at 2020-08-30 2020-09-03 14:59:04 -07:00
Jon e5ec35b07d
Merge pull request #95983 from OPNA2608/update-bambootracker-0.4.4
bambootracker: 0.4.3 -> 0.4.4
2020-09-03 14:40:48 -07:00
Tom Repetti 4e7728ea71 svlint: init at 0.4.7 2020-09-03 14:40:25 -07:00
Silvan Mosberger 8272eff97a
Merge pull request #96269 from deviant/remove-quilt-series
treewide: convert patch series files to Nix expressions
2020-09-03 23:19:26 +02:00
Samuel Gräfenstein d86a966d65
kwin-dynamic-workspaces: init at 1.0.1 2020-09-03 22:57:55 +02:00
Martin Weinelt cc0ad3f56e
Merge pull request #96863 from mweinelt/zigbee2mqtt
zigbee2mqtt: 1.14.2 -> 1.14.3
2020-09-03 22:57:51 +02:00
Maximilian Bosch 1c55613cd7
hydra-unstable: 2020-08-04 -> 2020-09-02
Needed to fix Hydra with latest `nixUnstable`.
2020-09-03 22:34:13 +02:00
maralorn c024a1b07b
Merge pull request #95369 from piensa/hasura-enable-update
hasura: 1.2.1 -> 1.3.1-beta.1
2020-09-03 22:32:00 +02:00
Jan Tojnar f6c94e7072
netpbm: clean up
reorder attributes and use pkg-config instead of the alias
2020-09-03 22:26:30 +02:00
JesusMtnez c6b0978fc6
bloop: 1.4.3 -> 1.4.4 2020-09-03 22:19:07 +02:00
Jörg Thalheim 328e886df0
Merge pull request #96567 from kampka/gocryptfs
gocryptfs: 1.7.1 -> 1.8.0
2020-09-03 21:03:15 +01:00