Orivej Desh
e1c3085354
lrdf: move from librdf libraries
...
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Mario Rodas
498a52e270
Merge pull request #83160 from marsam/update-bat
...
bat: 0.12.1 -> 0.13.0
2020-03-22 18:54:17 -05:00
Maximilian Bosch
e65c411356
Merge pull request #83153 from ciil/fail2ban-warning
...
fail2ban: fix firewall warning
2020-03-23 00:42:36 +01:00
Maximilian Bosch
049aede558
EmptyEpsilon: 2020.02.18 -> 2020.03.22
...
https://github.com/daid/EmptyEpsilon/releases/tag/EE-2020.03.22
2020-03-22 23:11:46 +01:00
Maximilian Bosch
0dbf73c022
hugo: 0.68.0 -> 0.68.1
...
https://github.com/gohugoio/hugo/releases/tag/v0.68.1
2020-03-22 23:11:46 +01:00
Maximilian Bosch
066e6f79ac
cargo-release: 0.13.1 -> 0.13.3
...
https://github.com/sunng87/cargo-release/releases/tag/v0.13.3
2020-03-22 23:11:46 +01:00
Maximilian Bosch
ce5dec1e31
spotify-tui: 0.16.0 -> 0.17.0
...
https://github.com/Rigellute/spotify-tui/releases/tag/v0.17.0
2020-03-22 23:11:46 +01:00
Maximilian Bosch
ba3bd7f87b
Merge pull request #83143 from r-ryantm/auto-update/intel-gpu-tools
...
intel-gpu-tools: 1.24 -> 1.25
2020-03-22 23:11:27 +01:00
Michael Raskin
32830875e4
Merge pull request #83140 from r-ryantm/auto-update/glusterfs
...
glusterfs: 7.3 -> 7.4
2020-03-22 21:16:31 +00:00
markuskowa
667df74501
Merge pull request #83131 from ck3d/fix-kodi-lirc
...
kodi: fix lirc support
2020-03-22 21:29:45 +01:00
markuskowa
ca7f78ad03
Merge pull request #83134 from ck3d/redo-apenwarr-python3
...
redo-apenwarr: switch to python3 and fix building man
2020-03-22 21:20:42 +01:00
Maximilian Bosch
6c48c7b81f
fd: 7.4.0 -> 7.5.0
...
https://github.com/sharkdp/fd/releases/tag/v7.5.0
2020-03-22 19:52:00 +01:00
Matthew Bauer
e7dc153109
Merge pull request #83117 from Ninlives/netease-music-fix
...
netease-cloud-music: do not set QT_AUTO_SCREEN_SCALE_FACTOR
2020-03-22 14:47:12 -04:00
Matthew Bauer
082afb21f2
Merge pull request #79704 from rnhmjoj/powerline-fonts
...
powerline-fonts: install psf to share/consolefonts
2020-03-22 14:45:47 -04:00
Matthew Bauer
bacccb7823
Merge pull request #80784 from enolan/fix-eatmydata
...
libeatmydata: fix launcher script - find shell library properly
2020-03-22 14:42:52 -04:00
Christian Kögler
4c9bd5d52a
redo-apenwarr: 0.42 -> 0.42a; use python3 and fixed building manpage
...
Removed dependency to mkdoc, which is only needed to build the webpage.
2020-03-22 19:11:15 +01:00
Michele Guerini Rocco
58858fab89
Merge pull request #82425 from Ralith/vulkan-loader-pkgconfig
...
vulkan-loader: use vulkan-headers include path in pkgconfig file
2020-03-22 18:17:57 +01:00
Robert Hensing
4580564d4a
Merge pull request #83124 from gnprice/pr-python39full
...
python39Full: fix to use Python 3.9 rather than 3.8
2020-03-22 18:12:41 +01:00
Simon Lackerbauer
017dca51fa
fail2ban: fix firewall warning
2020-03-22 18:11:36 +01:00
Tim Steinbach
e692babf05
vivaldi: 2.11.1811.47-1 -> 2.11.1811.49-1
2020-03-22 12:08:50 -04:00
Tim Steinbach
f0d17c2a17
linux_latest-libre: 17322 -> 17387
2020-03-22 12:05:45 -04:00
Tim Steinbach
8055a37aca
linux: 5.5.9 -> 5.5.11
2020-03-22 12:05:34 -04:00
Tim Steinbach
05716b70b0
linux: 5.4.25 -> 5.4.27
2020-03-22 12:05:08 -04:00
Tim Steinbach
07ffdf9de3
linux: 4.9.216 -> 4.9.217
2020-03-22 12:04:42 -04:00
Tim Steinbach
04d15d1839
linux: 4.4.216 -> 4.4.217
2020-03-22 12:04:20 -04:00
Tim Steinbach
8e278a8e2d
linux: 4.19.109 -> 4.19.112
2020-03-22 12:03:57 -04:00
Tim Steinbach
1315193c36
linux: 4.14.173 -> 4.14.174
2020-03-22 12:02:43 -04:00
R. RyanTM
77dca14031
intel-gpu-tools: 1.24 -> 1.25
2020-03-22 15:36:46 +00:00
Dmitry Kalinkin
54a0e269b3
Merge pull request #81922 from mjlbach/opencv_alternative
...
Enable nvidia-optical-flow-sdk when building opencv4 with cuda
2020-03-22 11:13:53 -04:00
Maximilian Bosch
fc316f7b31
nixos/ssmtp: declare all option renames manually
...
While renaming `networking.defaultMailServer` directly to
`services.ssmtp` is shorter and probably clearer, it causes eval errors
due to the second rename (directDelivery -> enable) when using e.g. `lib.mkForce`.
For instance,
``` nix
{ lib, ... }: {
networking.defaultMailServer = {
hostName = "localhost";
directDelivery = lib.mkForce true;
domain = "example.org";
};
}
```
would break with the following (rather confusing) error:
```
error: The option value `services.ssmtp.enable' in `/home/ma27/Projects/nixpkgs/nixos/modules/programs/ssmtp.nix' is not of type `boolean'.
(use '--show-trace' to show detailed location information)
```
2020-03-22 15:52:01 +01:00
R. RyanTM
47c947241e
glusterfs: 7.3 -> 7.4
2020-03-22 14:13:49 +00:00
Daiderd Jordan
ce12576dd0
Merge pull request #83079 from LnL7/darwin-gotools
...
gotools: fix darwin build
2020-03-22 14:41:16 +01:00
Mario Rodas
4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
...
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Michael Raskin
afd997aab6
Merge pull request #83000 from djahandarie/master
...
nixos/supplicant: Don't *stop* supplicant on machine resume. Fixes #51582
2020-03-22 12:36:33 +00:00
Mario Rodas
0c59458e44
bat: 0.12.1 -> 0.13.0
...
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.13.0
2020-03-22 07:25:00 -05:00
Christian Kögler
8f12a72488
kodi: fix lirc support
...
* adapted to the way kodi finds the lircd socket
* added lirc package to build support for lirc
2020-03-22 12:47:25 +01:00
Graham Christensen
28cb73749b
Merge pull request #82696 from bhipple/u/ami
...
nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
2020-03-22 07:18:53 -04:00
Elis Hirwing
96502b1904
Merge pull request #83110 from flokli/drush-php73
...
drush: build with php73
2020-03-22 11:50:33 +01:00
Max Wittig
2878b4073a
gitlab-runner: 12.8.0 -> 12.9.0 ( #83085 )
2020-03-22 09:42:26 +00:00
Michele Guerini Rocco
92a43999d1
Merge pull request #82555 from r-ryantm/auto-update/magnetico
...
magnetico: 0.9.0 -> 0.11.0
2020-03-22 10:12:14 +01:00
Jörg Thalheim
2edf67b62f
Merge pull request #82801 from Izorkin/fail2ban
...
nixos/fail2ban: add warning if work fail2ban without firewall
2020-03-22 08:31:50 +00:00
Michele Guerini Rocco
bb9cf0f369
Merge pull request #83115 from rnhmjoj/monero
...
monero-gui: 0.15.0.1 -> 0.15.0.4
2020-03-22 09:14:21 +01:00
Izorkin
fd3936ec94
ioping: add support for netdata
...
fixes #82985
2020-03-22 07:51:32 +00:00
Dmitry Kalinkin
7b389de077
Merge pull request #81073 from ericdallo/gnome-extensions-drawn-on-your-screen
...
gnomeExtensions.draw-on-your-screen: init at 6
2020-03-22 03:27:51 -04:00
Anders Kaseorg
1134b0bc6e
ansible: Use overridePythonAttrs to get the right name attribute ( #83107 )
...
Fixes #83105 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-03-22 03:09:42 -04:00
Greg Price
c93acee712
python39Full: fix to use Python 3.9 rather than 3.8
...
Looks like this was a typo when python39 was added in 648152fdb
.
2020-03-21 23:48:45 -07:00
Matthew Bauer
b94300945a
Merge pull request #75940 from davidtwco/wooting-init
...
wooting: init wootility, wooting-udev-rules and module
2020-03-22 02:03:52 -04:00
Matthew Bauer
c08d6d55dc
Merge pull request #82781 from DieGoldeneEnte/llvm10-rc4
...
llvmPackages_10: rc3 -> rc4 -> rc5, polly enabled by default
2020-03-22 02:00:41 -04:00
Jan Tojnar
d951c534da
Merge pull request #82274 from jtojnar/suitesparese-5.6
...
suitesparse: 5.4.0 → 5.7.1 + clean up
2020-03-22 06:58:25 +01:00
Benjamin Hipple
129176452c
nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
...
NixOS 20.03 is built on kernel 5.4 and 19.09 is on 4.19, so we should update
this option to the highest value possible, per linked upstream instructions from
Amazon.
2020-03-22 00:35:56 -04:00