about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-03treewide: add missing lib inputssternenseemann17-17/+17
This fixes hopefully all remaining missing lib inputs, likely introduced as a regression by our recent treewide switch from stdenv.lib to lib. These instances are all I could find using nix-instantiate --parse using the following command: find "$NIXPKGS" -name '*.nix' \ -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \ -and ! -path '$NIXPKGS/.git/**' \ -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03Merge pull request #114840 from marsam/update-cafSandro1-5/+5
caf: 0.17.6 -> 0.18.0
2021-03-03Merge pull request #114830 from rloewe/masterSandro2-2/+2
elasticsearch: Fix broken unfree version
2021-03-03Merge pull request #114832 from pborzenkov/gops-0.3.16Sandro1-2/+2
gops: 0.3.15 -> 0.3.16
2021-03-03Merge pull request #111011 from waldheinz/nginx-mem-write-execAaron Andersen1-1/+1
nixos/nginx: fix MemoryDenyWriteExecute not being disabled when needed
2021-03-03Merge pull request #114826 from fortuneteller2k/update-flavoursSandro1-3/+3
flavours: 0.3.5 -> 0.3.6
2021-03-03Merge pull request #114797 from Chili-Man/minikube-1.18.0-updateSandro1-3/+3
minikube: 1.17.1 -> 1.18.0
2021-03-03Merge pull request #114789 from AndersonTorres/new-vms-empireSandro1-15/+36
vms-empire: 1.15 -> 1.16
2021-03-03Merge pull request #114847 from sternenseemann/remove-unused-lua-5-libsSandro2-51/+0
development/interpreters/lua-5: remove unused files
2021-03-03Merge pull request #114940 from helsinki-systems/openjfx15Sandro1-3/+3
openjfx15: python2 -> python3, ffmpeg_3 -> ffmpeg
2021-03-03Merge pull request #114935 from aanderse/kodi-platform-name-fixAaron Andersen1-4/+5
kodi: fix build for wayland and gbm
2021-03-03linux-rt_5_11: init at 5.11.2-rt9Orivej Desh2-1/+55
2021-03-03linux-rt_5_6: removeOrivej Desh2-49/+0
2021-03-03Merge pull request #114973 from primeos/chromiumMichael Weiss1-9/+9
chromium: 88.0.4324.182 -> 89.0.4389.72
2021-03-03chromium: 88.0.4324.182 -> 89.0.4389.72Michael Weiss1-9/+9
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop.html This update includes 47 security fixes. Google is aware of reports that an exploit for CVE-2021-21166 exists in the wild. CVEs: CVE-2021-21159 CVE-2021-21160 CVE-2021-21161 CVE-2021-21162 CVE-2021-21163 CVE-2021-21164 CVE-2021-21165 CVE-2021-21166 CVE-2021-21167 CVE-2021-21168 CVE-2021-21169 CVE-2021-21170 CVE-2021-21171 CVE-2021-21172 CVE-2021-21173 CVE-2021-21174 CVE-2021-21175 CVE-2021-21176 CVE-2021-21177 CVE-2021-21178 CVE-2021-21179 CVE-2021-21180 CVE-2020-27844 CVE-2021-21181 CVE-2021-21182 CVE-2021-21183 CVE-2021-21184 CVE-2021-21185 CVE-2021-21186 CVE-2021-21187 CVE-2021-21188 CVE-2021-21189 CVE-2021-21190
2021-03-03remove myself from a bunch of software I no longer use/maintainDomen Kožar21-21/+21
2021-03-03Merge pull request #114853 from lourkeur/fix-string-escapingtaku05-9/+9
nixos/kresd, nixos/dokuwiki, tests/fpm, build-bazel-package, libcutl: fix string escaping
2021-03-03kwalletcli: 3.02 -> 3.03R. RyanTM1-2/+2
2021-03-03polkit-qt-1: 0.112 -> 0.113 and drop the old qt4 versionPeter Hoeg5-69/+38
2021-03-03Merge pull request #114961 from zowoq/crunadisbladis1-2/+11
crun: 0.17 -> 0.18
2021-03-03Merge pull request #114622 from aaschmid/fix/nix-direnvJörg Thalheim1-4/+3
nix-direnv: fix NIX_BIN_PREFIX substitution in built direnvrc
2021-03-03Merge pull request #114924 from r-ryantm/auto-update/keycloakKim Lindberger1-2/+2
keycloak: 12.0.3 -> 12.0.4
2021-03-03libmysofa: 1.1 -> 1.2R. RyanTM1-2/+2
2021-03-03ocamlPackages.integers: use Dune 2Vincent Laporte1-1/+3
2021-03-03libinstpatch: 1.1.5 -> 1.1.6R. RyanTM1-2/+2
2021-03-03Add trailing periods to all Grafana option descriptionsIsaac van Bakel1-45/+45
2021-03-03Add notifier configs to grafana provisioningIsaac van Bakel1-0/+75
Similar to dashboards and datasources, notifiers in Grafana can also be provisioned. This adds them to the Grafana service definition.
2021-03-03musescore: 3.6 -> 3.6.1R. RyanTM1-2/+2
2021-03-03crun: 0.17 -> 0.18zowoq1-2/+11
https://github.com/containers/crun/releases/tag/0.18
2021-03-03youtube-dl: 2021.03.02 -> 2021.03.03zowoq1-2/+2
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03
2021-03-03nix-direnv: fix NIX_BIN_PREFIX substitution in built direnvrcAndreas Schmid1-4/+3
* Reason: statically set `${NIX_BIN_PREFIX}` within generated `direnvrc`. * Before it only replaced the `-z ${NIX_BIN_PREFIX:-}` check which therefore never was `true`. So, also `NIX_BIN_PREFIX` never got set such that its usage later always failed execution with `NIX_BIN_PREFIX: unbound variable`. With the fix, the line containing the check will no longer be replaced. * Solves https://github.com/nix-community/nix-direnv/issues/70 * See also discussion on #114622 Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-03-03ocamlPackages.directories: init at 0.2Aaron L. Zeng2-0/+35
2021-03-03unrtf: 0.21.9 -> 0.21.10Thomas Gerbet1-12/+4
2021-03-03ocamlPackages.digestif: 0.9.0 → 1.0.0Vincent Laporte1-2/+2
2021-03-03Merge pull request #114218 from fabaff/bump-readme_rendererFabian Affolter3-27/+34
python3Packages.readme_renderer: 28.0 -> 29.0
2021-03-03consul: 1.9.2 -> 1.9.3R. RyanTM1-3/+3
2021-03-03codeql: 2.4.2 -> 2.4.3R. RyanTM1-2/+2
2021-03-03dolt: 0.22.12 -> 0.22.13R. RyanTM1-3/+3
2021-03-03circleci-cli: 0.1.11924 -> 0.1.12214R. RyanTM1-2/+2
2021-03-03checkstyle: 8.39 -> 8.40R. RyanTM1-2/+2
2021-03-03bchoppr: 1.10.0 -> 1.10.2R. RyanTM1-2/+2
2021-03-03Merge pull request #114951 from r-ryantm/auto-update/1passwordDaniël de Kok1-2/+2
_1password-gui: 0.9.14-4 -> 0.9.26
2021-03-03aide: 0.17 -> 0.17.1R. RyanTM1-2/+2
2021-03-03Merge pull request #114897 from r-ryantm/auto-update/freerdpLinus Heckemann1-2/+2
freerdp: 2.3.0 -> 2.3.1
2021-03-03Merge pull request #114929 from helsinki-systems/xdg-desktop-portal-kde-no-pySandro1-2/+2
xdg-desktop-portal-kde: drop unused python dependency
2021-03-03Merge pull request #114933 from lovesegfault/waybar-rfkill-fixSandro1-1/+13
2021-03-03Merge pull request #114928 from Hoverbear/nvmet-cli-initSandro2-0/+27
nvmet-cli: init at 0.7
2021-03-03Merge pull request #114916 from mweinelt/python/clldutilsSandro1-2/+2
python3Packages.clldutils: 3.6.0 -> 3.7.0
2021-03-03Merge pull request #114915 from mweinelt/python/anyioSandro1-2/+2
python3Packages.anyio: 2.1.0 -> 2.2.0
2021-03-03Merge pull request #114869 from tomberek/s5cmd_initSandro2-0/+24
s5cmd: init at 1.2.1