1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 10:00:56 +00:00
Commit graph

309330 commits

Author SHA1 Message Date
Kasper Gałkowski 024414f501 lisp-modules: use lib.makeSearchPath in shell.nix 2021-08-16 22:12:57 +02:00
Ryan Mulligan 2b3d32835c
Merge pull request #134199 from r-ryantm/auto-update/oapi-codegen
oapi-codegen: 1.6.0 -> 1.8.2
2021-08-16 13:05:57 -07:00
Sandro Jäckel b58fedc98e
croc: 9.2.1 -> 9.3.0 2021-08-16 22:01:52 +02:00
Sandro cd9e0f5884
Merge pull request #134346 from sikmir/sfm
sfm: 0.2 → 0.3.1
2021-08-16 21:58:22 +02:00
Sandro e6af59efd2
Merge pull request #134333 from jonringer/mark-pybids-broken
python3Packages.pybids: mark broken
2021-08-16 21:56:31 +02:00
Sandro cbf43b0317
Merge pull request #134341 from figsoda/rnix-remove-callPackage
rnix-lsp: remove unused argument
2021-08-16 21:56:15 +02:00
Sandro 83898f445d
Merge pull request #134348 from figsoda/nvim-cmp 2021-08-16 21:55:14 +02:00
Felix Buehler 8a8a949ffd tlaplusToolbox: deprecate phases 2021-08-16 21:54:44 +02:00
Felix Buehler 8ad1a7859a tlaps: deprecate phases 2021-08-16 21:54:22 +02:00
Robert Scott 44193bd5cc
Merge pull request #134246 from Kranzes/auto-update/nsd
nsd: 4.3.5 -> 4.3.7
2021-08-16 20:49:33 +01:00
Sandro a6eb245886
Merge pull request #134247 from fabaff/bump-apprise
python3Packages.apprise: 0.9.3 -> 0.9.4
2021-08-16 21:39:58 +02:00
Nikolay Korotkiy 75a35986bf
sfm: 0.2 → 0.3.1 2021-08-16 22:27:44 +03:00
figsoda 42dad213cb vimPlugins.cmp_luasnip: init at 2021-08-16 2021-08-16 15:24:35 -04:00
figsoda c3f09b3daf vimPlugins.cmp-vsnip: init at 2021-08-13 2021-08-16 15:24:35 -04:00
figsoda 1455ef4f4d vimPlugins.cmp-path: init at 2021-08-09 2021-08-16 15:24:35 -04:00
figsoda 5670287c5b vimPlugins.cmp-nvim-lsp: init at 2021-08-16 2021-08-16 15:24:35 -04:00
figsoda 7a8c06b08d vimPlugins.cmp-emoji: init at 2021-08-09 2021-08-16 15:24:35 -04:00
figsoda bd3687c3de vimPlugins.cmp-calc: init at 2021-08-08 2021-08-16 15:24:35 -04:00
figsoda 62cab46c8c vimPlugins.cmp-buffer: init at 2021-08-11 2021-08-16 15:24:35 -04:00
figsoda 47514e0747 vimPlugins.nvim-cmp: init at 2021-08-16 2021-08-16 15:24:34 -04:00
figsoda 4c7280d387 vimPlugins: update 2021-08-16 15:24:34 -04:00
Fabian Affolter 6275972e4f python3Packages.pymeteireann: 0.3 -> 2021.8.0 2021-08-16 21:20:41 +02:00
Maximilian Bosch 56cb61762b
Merge pull request #133521 from maxeaubrey/gusb_0.3.7
gusb: 0.3.5 -> 0.3.7
2021-08-16 21:15:03 +02:00
Maximilian Bosch 8fb8386338
Merge pull request #132559 from sumnerevans/matrix-synapse-1.40.0
matrix-synapse: 1.39.0 -> 1.40.0
2021-08-16 21:10:44 +02:00
Maximilian Bosch 6546f6a63a
Merge pull request #134307 from Ma27/versioned-hardened-kernel
linuxPackages: drop latest_hardened, introduce versioned attributes
2021-08-16 21:09:22 +02:00
Maximilian Bosch a2688f741a
Merge pull request #133895 from r-ryantm/auto-update/wtf
wtf: 0.36.0 -> 0.38.0
2021-08-16 21:08:54 +02:00
Maximilian Bosch 863466b655
Merge pull request #133989 from r-ryantm/auto-update/xterm
xterm: 367 -> 368
2021-08-16 20:57:47 +02:00
Sandro b3b61f78a0
freetype: format (#133165) 2021-08-16 14:54:29 -04:00
Bernardo Meurer 4ac627b7a7
Merge pull request #134339 from lovesegfault/linux_xanmod-5.13.11
linux_xanmod: 5.13.10 -> 5.13.11
2021-08-16 18:49:06 +00:00
Maximilian Bosch 099113751e
linuxPackages_4_14_hardened: fix eval
Not sure if this is the right thing to do, but apparently we want this
setting for <4.18, so we hard-code it for 4.14 via `mkForce` (previously
this has led to conflicting definitions which is why the hardened 4.14
kernel never seems to have evaluated properly).
2021-08-16 20:46:02 +02:00
Maximilian Bosch a5341beb78
linux: drop *_latest_hardened-attributes in favor of versioned attributes
The problem behind this is that the hardened patchset[1]. Quite recently
this led to a weird problem when Linux 5.12 was dropped (and thus had to
be removed from `nixpkgs`), there were no patches for 5.13, so
`linuxPackages_hardened_latest` had to be downgraded to 5.10 as base[2]
which may be rather unintuitive and unexpected.

To avoid these kind of "silent downgrades" in the future, it makes sense
to drop the attribute entirely. If somebody wants to use a hardened
kernel, it's better to explicitly pin it using the newly introduced
versioned attributes, e.g. `linuxPackages_4_14_hardened`.

[1] https://github.com/anthraxx/linux-hardened/
[2] https://github.com/NixOS/nixpkgs/pull/133587
2021-08-16 20:45:58 +02:00
Luke Granger-Brown c6dc09c9e9
Merge pull request #133877 from nbraud/factorio/1.1.37
factorio: 1.1.36 → 1.1.37
2021-08-16 19:22:50 +01:00
Robert Scott 23485f23ff
Merge pull request #133556 from risicle/ris-graphene-hardened-malloc-8
graphene-hardened-malloc: 2 -> 8, overhaul tests
2021-08-16 19:04:18 +01:00
figsoda 874a5aa449 rnix-lsp: remove unused argument 2021-08-16 13:49:02 -04:00
Bjørn Forsman a37965f7c5 nixos: fix release notes about linux_latest version
It's version 5.13, not 5.12.
2021-08-16 19:32:04 +02:00
tekeri 5dc38fe346 firefox-bin: custom policy setup via config.firefox.policies 2021-08-17 02:24:49 +09:00
Bernardo Meurer 575f35cf8c
linux_xanmod: 5.13.10 -> 5.13.11 2021-08-16 10:21:40 -07:00
Fabian Affolter ac7a14a9f0 python3Packages.aiotractive: 0.5.1 -> 0.5.2 2021-08-16 19:17:51 +02:00
Fabian Affolter 97ae49d708 python3Packages.growattserver: 1.0.1 -> 1.0.2 2021-08-16 19:04:42 +02:00
R. RyanTM 6e01aa7ca6 python38Packages.flowlogs_reader: 2.4.0 -> 3.1.0 2021-08-16 08:26:09 -07:00
Jörg Thalheim aaf1bd4ae5
Merge pull request #134325 from Mic92/node-packages
nodePackages: update package set
2021-08-16 16:24:33 +01:00
R. RyanTM 71867a77d9 python38Packages.doc8: 0.8.1 -> 0.9.0 2021-08-16 08:24:03 -07:00
R. RyanTM 58a02daa36 python38Packages.gipc: 1.2.0 -> 1.3.0 2021-08-16 08:23:43 -07:00
Ilan Joselevich a64e6a253b python38Packages.bids-validator: 1.7.2 -> 1.8.0 2021-08-16 08:20:02 -07:00
Ryan Mulligan 5b6423734e
Merge pull request #133939 from r-ryantm/auto-update/joystickwake
joystickwake: 0.2.4 -> 0.2.5
2021-08-16 08:17:18 -07:00
Jonathan Ringer b68618fc56
python3Packages.pybids: mark broken
see https://github.com/bids-standard/pybids/issues/680
2021-08-16 08:15:48 -07:00
Ryan Mulligan a910656acb
Merge pull request #134101 from r-ryantm/auto-update/dasel
dasel: 1.18.0 -> 1.19.0
2021-08-16 08:15:29 -07:00
Sandro d24ebde667
Merge pull request #134330 from Mic92/typer 2021-08-16 16:59:56 +02:00
Sandro 62c940ad1f
Merge pull request #134172 from r-ryantm/auto-update/mustache-go 2021-08-16 16:53:58 +02:00
Sandro 81ae5c9745
Merge pull request #134284 from j-hui/saleae-logic-2 2021-08-16 16:53:33 +02:00