Commit Graph
347066 Commits
Author SHA1 Message Date
Sebastian Neubauer 3c434c4a99 amdvlk: 2021.Q4.3 -> 2022.Q1.1 2022-01-19 11:35:10 +01:00
Bobby RongandGitHub a29be1353f Merge pull request #155558 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202201060033 -> 202201130034
2022-01-19 16:01:01 +08:00
Jörg ThalheimandGitHub 966ea2c020 Merge pull request #150360 from Enzime/fix-netboot-cmdline
netboot: Support cmdline variable from netboot.xyz
2022-01-19 06:53:04 +00:00
Jörg ThalheimandGitHub 00c04d99a6 Merge pull request #155530 from fabaff/pic-types-tabulate
python3Packages.types-tabulate: add pythonImportsCheck
2022-01-19 06:42:15 +00:00
R. Ryantm b9a0726261 v2ray-geoip: 202201060033 -> 202201130034 2022-01-19 06:40:59 +00:00
Jörg ThalheimandGitHub bb9046571d Merge pull request #155106 from Mic92/love-cleanup
treewide: cleanup love related packages
2022-01-19 05:54:33 +00:00
Jörg ThalheimandGitHub bae5930da8 Merge branch 'master' into love-cleanup 2022-01-19 05:53:49 +00:00
Bobby RongandGitHub 940d182e40 Merge pull request #152943 from rembo10/sickgear-update
sickgear: 0.25.11 -> 0.25.24
2022-01-19 12:30:24 +08:00
Bobby RongandGitHub 09b061c778 Merge pull request #155495 from robertodr/update-highfive
highfive: 2.2 -> 2.3.1
2022-01-19 11:59:30 +08:00
Bobby RongandGitHub 32e4b9949d Merge pull request #155241 from jansol/renderdoc
renderdoc: 1.16 -> 1.17
2022-01-19 11:52:52 +08:00
Bobby RongandGitHub a9c80a5d15 Merge pull request #154756 from rhoriguchi/plex
plex: 1.25.2.5319-c43dc0277 -> 1.25.3.5409-f11334058
2022-01-19 11:32:45 +08:00
Bobby RongandGitHub c2fc40db31 Merge pull request #155078 from centromere/zcash-4.6.0-1
zcash: 4.5.1 -> 4.6.0-1
2022-01-19 11:24:44 +08:00
Bobby RongandGitHub 32927f19c1 Merge pull request #155413 from liclac/bump-among-sus
among-sus: 2020-10-19 -> 2021-05-19
2022-01-19 11:18:13 +08:00
Bobby RongandGitHub 881c16db19 Merge pull request #155463 from totoroot/update/qownnotes-22.1.7
qownnotes: 21.12.8 -> 22.1.7
2022-01-19 11:11:33 +08:00
Bobby RongandGitHub c964bde63c Merge pull request #155498 from Emantor/bump/gpuvis
gpuvis: 20210220 -> 20211204
2022-01-19 10:57:49 +08:00
Bobby RongandGitHub 9af6367329 Merge pull request #155409 from sikmir/lagrange
lagrange: 1.9.5 → 1.10.0
2022-01-19 10:46:50 +08:00
Bobby RongandGitHub a9a141ec08 Merge pull request #155449 from bobby285271/minder
minder: 1.13.1 -> 1.14.0
2022-01-19 10:44:37 +08:00
Bobby RongandGitHub 0158c7a967 Merge pull request #155488 from teto/rstudio-mainProgram
rstudio: set meta.mainProgram
2022-01-19 10:35:00 +08:00
Bobby RongandGitHub 64d00546a3 Merge pull request #155513 from ImGabe/vscode-extensions.christian-kohler.path-intellisense
vscode-extensions.christian-kohler.path-intellisense: init at 2.6.1
2022-01-19 10:25:07 +08:00
Bobby RongandGitHub ebefe73f41 Merge pull request #148883 from r-ryantm/auto-update/xdg-desktop-portal-wlr
xdg-desktop-portal-wlr: 0.4.0 -> 0.5.0
2022-01-19 09:53:42 +08:00
Nick CaoandJonathan Ringer 6dfff632df vscode-utils.buildVscodeExtension: move unzip to nativeBuildInputs 2022-01-18 17:48:35 -08:00
Ellie HermaszewskaandGitHub 7682f18720 Merge pull request #154461 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-01-19 09:42:03 +08:00
Ellie Hermaszewska 142229d252 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-01-19 09:30:38 +08:00
Bobby RongandGitHub 85a146fecb Merge pull request #155521 from newAM/newam-email
maintainers: update newam's email
2022-01-19 09:24:56 +08:00
Thiago Kenji OkadaandGitHub 1cc7e36986 Merge pull request #155537 from vs49688/oven
oven-media-engine: remove unused ffmpeg_3_4 import
2022-01-18 21:37:49 -03:00
github-actions[bot]andGitHub 4ce5d01652 Merge master into haskell-updates 2022-01-19 00:09:13 +00:00
sternenseemann 48965506a1 lib/asserts: use throw to display message for assertMsg
`assert` has the annoying property that it dumps a lot of code at the
user without the built in capability to display a nicer message. We have
worked around this using `assertMsg` which would *additionally* display
a nice message. We can do even better: By using `throw` we can make
evaluation fail before assert draws its conclusions and prevent it from
displaying the code making up the assert condition, so we get the nicer
message of `throw` and the syntactical convenience of `assert`.

Before:

    nix-repl> python.override { reproducibleBuild = true; stripBytecode = false; }
    trace: Deterministic builds require stripping bytecode.
    error: assertion (((lib).assertMsg  (reproducibleBuild -> stripBytecode))  "Deterministic builds require stripping bytecode.") failed at /home/lukas/src/nix/nixpkgs/pkgs/development/interpreters/python/cpython/2.7/default.nix:45:1

After:

    nix-repl> python.override { reproducibleBuild = true; stripBytecode = false; }
    error: Deterministic builds require stripping bytecode.
2022-01-19 00:50:06 +01:00
SandroandGitHub 6733a4dffa Merge pull request #155212 from gador/flask-security-too-init 2022-01-18 23:59:02 +01:00
SandroandGitHub a638e02ad9 Merge pull request #155503 from SuperSandro2000/mdcat 2022-01-18 23:56:11 +01:00
SandroandGitHub bbe8195d8f Merge pull request #155504 from SuperSandro2000/tlauncher 2022-01-18 23:55:11 +01:00
Fabian AffolterandGitHub 7db33b1849 Merge pull request #155456 from fabaff/bump-checkov
checkov: 2.0.712 -> 2.0.727
2022-01-18 23:51:17 +01:00
Robert HensingandGitHub b9061081dc Merge pull request #155483 from hercules-ci/fewer-release-notes-conflicts
nixos/doc/rl-2205.section.md: Hint to avoid merge conflicts
2022-01-18 23:43:06 +01:00
Robert Hensing ef6f8783ea nixos/doc/rl-2205.section.md: Hint to avoid merge conflicts 2022-01-18 23:40:28 +01:00
Zane van Iperen b7452fee4d oven-media-engine: remove unused ffmpeg_3_4 import 2022-01-19 08:39:18 +10:00
Fabian Affolter 23b9694d34 python3Packages.types-tabulate: add pythonImportsCheck 2022-01-18 23:23:10 +01:00
7c6f434candGitHub dd3cc89b72 Merge pull request #155417 from bezmuth/master
cutter: 2.0.4 -> 2.0.5
2022-01-18 22:06:28 +00:00
Maximilian BoschandGitHub d2d3cda563 Merge pull request #155064 from sumnerevans/matrix-synapse-1.50.0
matrix-synapse: 1.49.2 -> 1.50.1
2022-01-18 23:06:16 +01:00
Linus HeckemannandGitHub f76bef6136 Merge pull request #145258 from Ma27/steam-resolv-conf-override
steam: fix `/etc/resolv.conf` reference in FHS env
2022-01-18 22:59:08 +01:00
Nikolay AmiantovandGitHub e5e160e08e Merge pull request #155367 from talyz/keycloak-loadcredential
nixos/keycloak: Use LoadCredential to load secrets + module formatting
2022-01-19 00:47:58 +03:00
Matthieu Coudron 711a269add rstudio: set meta.mainProgram 2022-01-18 22:43:21 +01:00
Alex Martens 202a42f21f maintainers: update newam's email 2022-01-18 12:51:01 -08:00
gador 5a82b24bd5 python3Packages.flask-security-too: init at 4.1.2
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
2022-01-18 21:29:36 +01:00
SandroandGitHub 42d3974dbd Merge pull request #155419 from gador/add-mongomock 2022-01-18 20:57:56 +01:00
Sandro Jäckel 1d1dc7798d tlauncher: remove
tlauncher has a shady past (https://github.com/NixOS/nixpkgs/pull/152744#issuecomment-1014125073)
offers torrents on their website with cracked games and the discussion in their reddit is primarly
around cracked Mincraft versions.

This reverts commit ed4ece3f44.
2022-01-18 20:57:43 +01:00
SandroandGitHub 4b563a3e46 Merge pull request #154574 from romildo/upd.sierra-gtk-theme 2022-01-18 20:54:25 +01:00
SandroandGitHub 5c4fa6964f Merge pull request #138386 from Yarny0/tsm-client 2022-01-18 20:50:28 +01:00
SandroandGitHub 66023aed5c Merge pull request #155214 from gador/flask-gravatar-update 2022-01-18 20:41:20 +01:00
ImGabe 25d0a00071 vscode-extensions.christian-kohler.path-intellisense: init at 2.6.1 2022-01-18 16:23:28 -03:00
Emery Hemingway 95dfbf360c nncp: 8.0.2 -> 8.1.0 2022-01-18 20:23:04 +01:00
Aaron AndersenandGitHub 488a7b9355 Merge pull request #155093 from bb2020/mbpfan
nixos/mbpfan: convert to structural settings
2022-01-18 14:00:57 -05:00