Peter Simons
0d9dbeef23
git-annex: update sha256 hash for new version 8.20200501
2020-05-08 21:11:47 +02:00
Gabor Greif
d4d7223eb0
Nail a few typos
2020-05-08 21:11:46 +02:00
Gabor Greif
dec283b463
ghcHEAD: 20200403 -> 20200505
2020-05-08 21:11:46 +02:00
Malte Brandy
4f0200a3fc
haskellPackages.hlint: Fix build
...
hlint 3.0 is shiny and new and is very picky in its dependencies.
2020-05-08 21:11:46 +02:00
Malte Brandy
ba3ab23b4b
haskellPackages.releaser: Remove broken flag
...
As of releaser 3.0.0 the build does not fail anymore.
2020-05-08 21:11:46 +02:00
Peter Simons
33e0240b39
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
78f6cea7ff
.
2020-05-08 21:11:37 +02:00
Malte Brandy
5266ceb263
haskellPackages.ghcide: Fix ghcide and hie-bios
...
This is the haskell-updates version of #86659
2020-05-08 21:11:36 +02:00
Peter Simons
5e242060a7
hackage2nix: update the list of failing builds
2020-05-08 21:11:36 +02:00
Peter Simons
df39f01456
LTS Haskell 15.11
2020-05-08 21:11:19 +02:00
Peter Simons
01a1423ddf
Merge pull request #87050 from rardiol/hedgewars
...
Hedgewars server fix haskell
2020-05-08 21:03:56 +02:00
Mario Rodas
72654dc57e
Merge pull request #87210 from Frostman/prom-2.18.0
...
prometheus: 2.17.2 -> 2.18.1
2020-05-08 14:03:15 -05:00
Ryan Mulligan
2adebb391f
Merge pull request #87262 from r-ryantm/auto-update/padthv1
...
padthv1: 0.9.13 -> 0.9.14
2020-05-08 11:58:07 -07:00
Jonathan Ringer
99fe5868f6
jetbrains.*: 2020.1 -> 2020.1.1
2020-05-08 11:43:24 -07:00
Nikolay Korotkiy
61812d57fb
josm: fix package
2020-05-08 20:11:50 +02:00
Ryan Mulligan
329aece2d5
Merge pull request #87276 from r-ryantm/auto-update/petsc
...
petsc: 3.13.0 -> 3.13.1
2020-05-08 09:42:57 -07:00
Christian Kampka
24f30cb73e
direnv: 2.21.2 -> 2.21.3 ( #87278 )
2020-05-08 16:41:52 +00:00
Pamplemousse
bf7332d0f3
ptags: init at 0.3.2
2020-05-08 09:35:53 -07:00
Thomas Desrosiers
05bcfa1820
safety-cli: init at 0.5.1
2020-05-08 09:23:18 -07:00
Thomas Desrosiers
b6b2b3c979
python3Packages.dparse: init at 0.5.1
2020-05-08 09:23:18 -07:00
Thomas Desrosiers
43c6151294
maintainers: add thomasdesr
2020-05-08 09:23:18 -07:00
Yury G. Kudryashov
92b43be92a
python3Packages.qtconsole: fix compile
...
It now depends on `qtpy`.
2020-05-08 09:22:44 -07:00
Mario Rodas
c831d1afc5
pythonPackages.internetarchive: add marsam to maintainers
2020-05-08 09:19:35 -07:00
Mario Rodas
8c1a2c154d
pythonPackages.internetarchive: 1.9.0 -> 1.9.3
2020-05-08 09:19:35 -07:00
R. RyanTM
c0e63bc87e
petsc: 3.13.0 -> 3.13.1
2020-05-08 15:57:25 +00:00
Alexey Shmalko
afbab5a3f3
Merge pull request #85996 from misuzu/nixos-install-low-memory
...
nixos/nixos-installer: use temporary directory on target filesystem
2020-05-08 18:40:24 +03:00
Gabriel Ebner
8fc744839b
Merge pull request #87271 from gebner/elan0100
2020-05-08 17:33:07 +02:00
Julian Stecklina
3dbb32f626
open-watcom-bin: fix EOVERFLOW on stat() calls
...
We've already worked around failing stat() calls in the installer by
running it in qemu-user. Turns out on some systems this workaround is
also needed to run `wlib', the archiver of the Open Watcom toolchain.
This issue manifested itself in broken VirtualBox builds due to
/build/virtualbox/out/linux.amd64/dbgopt/obj/VBoxPcBios32/pci32.obj
not being found by `wlib'.
We now just wrap all binaries in qemu-user to avoid this.
2020-05-08 17:29:38 +02:00
tbenst
fd22984bbb
zopfli: include all headers
2020-05-08 16:17:23 +01:00
Gabriel Ebner
115fa1c129
elan: 0.9.0 -> 0.10.0
2020-05-08 17:17:03 +02:00
Emily
5a5a2d0342
linux/hardened/update.py: pass encoding to subprocess
2020-05-08 15:49:36 +01:00
Emily
b2ad58536c
linux/hardened/update.py: commit updates in order
2020-05-08 15:49:36 +01:00
Emily
88486c4e76
linux/hardened/update.py: get versions with nix(1)
2020-05-08 15:49:36 +01:00
Emily
e77d174fcd
linux/hardened/update.py: add type annotations
2020-05-08 15:49:35 +01:00
Emily
d6fe0a4e2d
linux/hardened: move files into directory
2020-05-08 15:49:35 +01:00
Emily
abe4bef033
linux/update-hardened.py: use pathlib
2020-05-08 15:49:35 +01:00
Emily
83c4ac2eb3
linux/update-hardened.py: reformat
...
$ isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses …
$ black --line-length=80 …
(per the black documentation)
2020-05-08 15:49:35 +01:00
Emily
4cad49dc1a
python3Packages.PyGithub: 1.47 -> 1.51
2020-05-08 15:49:34 +01:00
Sergey Lukjanov
742e5bff36
prometheus: 2.17.2 -> 2.18.1
2020-05-08 07:40:38 -07:00
Michael Raskin
50684f118a
Merge pull request #87264 from prusnak/rfc45
...
treewide: per RFC45, remove more unquoted URLs
2020-05-08 14:30:09 +00:00
Ryan Mulligan
cd02078e1a
Merge pull request #87215 from matthewbauer/jitsi-x-internet
...
jitsi: use X-Internet for desktop categories
2020-05-08 07:28:36 -07:00
Jörg Thalheim
43b3c15228
Merge pull request #87255 from symphorien/dovecot-restart-module
2020-05-08 15:05:10 +01:00
Jörg Thalheim
c0923d1b2e
Merge pull request #87265 from priegger/fix/ipfs-migrator-update
2020-05-08 14:38:42 +01:00
Pavol Rusnak
6abf4a43ad
treewide: per RFC45, remove more unquoted URLs
2020-05-08 15:20:47 +02:00
Maximilian Bosch
3d450fca5f
Merge pull request #87257 from Luflosi/update/youtube-dl
...
youtube-dl: 2020.05.03 -> 2020.05.08
2020-05-08 15:14:49 +02:00
Ryan Mulligan
c15434eefa
Merge pull request #87149 from r-ryantm/auto-update/libspiro
...
libspiro: 20190731 -> 20200505
2020-05-08 05:44:28 -07:00
Drew Mullen
448d68c511
fix example for foldl
2020-05-08 08:31:27 -04:00
Arian van Putten
7fe539f799
nixos/resolved: Include dbus alias of resolved unit
...
This will make dbus socket activation for it work
When `systemd-resolved` is restarted; this would lead to unavailability
of DNS lookups. You're supposed to use DBUS socket activation to buffer
resolved requests; such that restarts happen without downtime
2020-05-08 14:21:25 +02:00
R. RyanTM
763278f3cc
padthv1: 0.9.13 -> 0.9.14
2020-05-08 12:19:47 +00:00
Mario Rodas
e8c9a804c0
Merge pull request #86738 from Atemu/jc-1.10.7
...
Jc 1.9.3 -> 1.10.7
2020-05-08 07:01:48 -05:00
Symphorien Gibol
0f3b4928b2
dovecot: restart when modules are changed
2020-05-08 12:00:00 +00:00