Commit Graph
261563 Commits
Author SHA1 Message Date
Tim Steinbach 18eae95161 linux: 4.4.248 -> 4.4.249 2020-12-29 10:11:58 -05:00
Tim Steinbach b3d2d9170b linux: 4.14.212 -> 4.14.213 2020-12-29 10:11:57 -05:00
Tim Steinbach e9d8aaa945 oh-my-zsh: 2020-12-27 → 2020-12-28 2020-12-29 10:11:57 -05:00
Tim Steinbach 42900ac65d awscli: 1.18.203 -> 1.18.204 2020-12-29 10:11:56 -05:00
Tim Steinbach 3a62e05027 python3Packages.boto3: 1.16.43 -> 1.16.44 2020-12-29 10:11:55 -05:00
Tim Steinbach 3adb004c1e python3Packages.botocore: 1.19.43 -> 1.19.44 2020-12-29 10:11:54 -05:00
WilliButzandGitHub 6739d17f34 Merge pull request #99180 from 0x4A6F/master-prometheus-service
nixos/prometheus: remote_{read,write} support
2020-12-29 16:08:29 +01:00
0x4A6FandYorick van Pelt c53a0c16e4 nixos/prometheus: remote_{read,write}
- add [remote_write](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write) and [remote_read](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_read) support

Co-authored-by: Yorick van Pelt <yorickvanpelt@gmail.com>
2020-12-29 14:48:57 +00:00
SandroandGitHub cb7c396050 Merge pull request #97200 from r-ryantm/auto-update/matterircd
matterircd: 0.19.4 -> 0.20.0
2020-12-29 15:16:08 +01:00
Guillaume GirolandGitHub 4bfad986a2 Merge pull request #107881 from freezeboy/update-agedu
agedu: 20200206 -> 20200705
2020-12-29 14:14:22 +00:00
freezeboyandMatthieu Coudron a0f4326687 aerc: 0.4.0 -> 0.5.2 2020-12-29 15:03:52 +01:00
SandroandGitHub 27f87c4fb4 Merge pull request #107862 from r-ryantm/auto-update/python3.7-pyscreenshot
python37Packages.pyscreenshot: 2.2 -> 2.3
2020-12-29 15:03:20 +01:00
SandroandGitHub 390ebb3cc7 Merge pull request #107804 from aanderse/tomcat-native
tomcat-native: 1.2.25 -> 1.2.26
2020-12-29 15:02:34 +01:00
stigoandGitHub eb300bb1ee Merge pull request #107740 from pacien/i3-balance-workspace-init
i3-balance-workspace: init at 1.8.3
2020-12-29 13:59:45 +00:00
Pavol RusnakandGitHub 6a42898550 Merge pull request #107877 from jobojeha/update-utf8cpp
utf8cpp: 3.1.1 -> 3.1.2
2020-12-29 14:52:51 +01:00
SandroandGitHub e3bca76d74 Merge pull request #97268 from StephenWithPH/duplicity_0.8.15
duplicity: 0.8.13 -> 0.8.15
2020-12-29 14:45:18 +01:00
Symphorien Gibolanddavidak 7e90346e16 kcollectd: init at 0.11.99.0
Co-authored-by: davidak <davidak@users.noreply.github.com>
2020-12-29 14:37:15 +01:00
freezeboy a63d6405ec amazon-ecs-cli: 1.20.0 -> 1.21.0 2020-12-29 14:34:19 +01:00
Thiago Kenji Okada 29922fa772 opentabletdriver: init at 0.4.2 2020-12-29 10:22:58 -03:00
pacien ad75bac50a i3-balance-workspace: init at 1.8.3 2020-12-29 14:17:10 +01:00
Michael Weiss 317215b886 intel-media-driver: 20.4.3 -> 20.4.5 2020-12-29 14:16:54 +01:00
freezeboy 84726119ef agedu: 20200206 -> 20200705 2020-12-29 14:01:30 +01:00
Profpatsch 00359f25e2 tree-sitter: test building of grammars 2020-12-29 13:54:29 +01:00
freezeboy 80bff15d7b colobot: init at 0.1.12-alpha
Initial integration without the game musics to reduce the size of the
game. It works without them

Data are in another derivation to let them live their live independently
as they are quite big.

Limited to linux platform only because physfs is currently broken on
darwin.
2020-12-29 13:25:59 +01:00
github-actions[bot]andGitHub 3eb60816ef Merge master into staging-next 2020-12-29 12:25:25 +00:00
Profpatsch 0181e103b3 tree-sitter: update grammars again with new update script 2020-12-29 13:06:41 +01:00
Profpatsch 5f0ace20af tree-sitter/update: allow grammars to be fetched from other orgas
Some of the grammars are not in the official orga, like
tree-sitter-lua, so we make sure the updater knows how to fetch them.
2020-12-29 13:02:39 +01:00
Profpatsch b4ff78a45b tree-sitter/update: pull repo argument into the nix code 2020-12-29 13:02:39 +01:00
Profpatsch 0b1bfd7d14 tree-sitter/update: make the repo check into a boolean test 2020-12-29 13:02:38 +01:00
Profpatsch d2988dac8e tree-sitter/update: factor repo list into nix
We want the ability to add different orga repos as well, and that is a
lot easier on the nix level.
2020-12-29 13:02:38 +01:00
Profpatsch a32c5d90e7 tree-sitter: update grammars
The new update scripts gives us a bunch of new grammars!
2020-12-29 12:46:30 +01:00
Profpatsch c0a4b41afe tree-sitter: improve update script to fetch all available grammars
The update script would only fetch the few grammars listed in the
tree-sitter repository previously. But the tree-sitter github orga has
a rather large amount of officially supported grammars.

Thus we change the script to query the github APIs for repositories
instead (up to 100 this is supported without paging).

Since the repository list also contains some that are not grammars,
there is a bash script which lists all repos we are aware of and the
ones we want to ignore. It will make sure we don’t forget any
repositories in the future, by comparing to the actual list with jq.
2020-12-29 12:46:30 +01:00
Profpatsch a629257ec5 tree-sitter: rename library.nix to grammar.nix 2020-12-29 12:46:30 +01:00
Ben Siraphob 8b4c20215a impl: unstable-2019-11-19 -> 1.0.0 2020-12-29 18:31:14 +07:00
Jonathan Jeppener-Haltenhoff 215378b627 utf8cpp: 3.1.1 -> 3.1.2 2020-12-29 12:02:34 +01:00
Pavol RusnakandGitHub ef7116f203 Merge pull request #107847 from freezeboy/update-a52dec
a52dec: 0.7.4p4 -> 0.7.4
2020-12-29 11:43:30 +01:00
Pavol RusnakandGitHub 06a3451861 Merge pull request #107802 from prusnak/gcc-arm-embedded
gcc-arm-embedded: 9-2020-q2-update -> 10-2020-q4-major
2020-12-29 11:37:44 +01:00
Pavol Rusnak 78a8ccf961 gcc-arm-embedded: don't override phases 2020-12-29 11:36:17 +01:00
Pavol Rusnak 0dc7fa1541 gcc-arm-embedded: 9-2020-q2-update -> 10-2020-q4-major 2020-12-29 11:28:32 +01:00
Nima Vasseghi a847120875 zchunk: 1.1.6 -> 1.1.8 | Add darwin support
Zchunk previously couldn't compile on macOS and had to be skipped for macOS on some packages.
2020-12-29 02:01:31 -08:00
Bernardo MeurerandGitHub 2b556ea671 Merge pull request #107868 from lovesegfault/radeontop-1.3
radeontop: 2018-06-03 -> 1.3
2020-12-29 09:11:34 +00:00
freezeboyandVincent Laporte 722c01a9e8 ocamlPackages.camlzip: 1.07 -> 1.10 2020-12-29 10:02:47 +01:00
Bernardo Meurer a1ed40fa18 radeontop: 2019-06-03 -> 1.3 2020-12-29 00:42:28 -08:00
freezeboy fdb136401f a52dec: 0.7.4p4 -> 0.7.4 2020-12-29 09:08:31 +01:00
Philipp BartschandPeter Hoeg 1aa915c09d usbguard: fix ambiguous GPL license indicator 2020-12-29 15:56:26 +08:00
github-actions[bot]andGitHub 0984deb2b8 Merge master into staging-next 2020-12-29 06:22:28 +00:00
Ryan MulliganandGitHub 23adfcf87d Merge pull request #97236 from r-ryantm/auto-update/qbec
qbec: 0.12.1 -> 0.12.2
2020-12-28 21:48:39 -08:00
Sandro Jäckel 55fe467856 properties-cpp: move cmake, pkg-config to nativeBuildInputs, clean up 2020-12-29 06:07:11 +01:00
SandroandGitHub ef952a1559 Merge pull request #97226 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20200801 -> 20200901
2020-12-29 06:06:58 +01:00
Mario Rodas cd702fef88 broot: 1.0.8 -> 1.1.10 2020-12-29 04:20:00 +00:00