Scott Dier
0801820a53
maintainers: add sdier
2020-01-20 19:47:36 +01:00
worldofpeace
906ef87387
Merge pull request #78122 from mkg20001/cjs-fix
...
cinnamon.cjs: add nma for nma typelib
2020-01-20 13:45:43 -05:00
Maciej Krüger
67ce294be2
cinnamon.cjs: add nma for nma typelib
2020-01-20 19:22:22 +01:00
Jake Stanger
ef7fc3f71b
rofi-mpd: 2.0.0 -> 2.0.1
2020-01-20 18:22:12 +00:00
volth
5540b2e7b4
perl.withPackages: respect $PERL5LIB
...
perl.withPackages did not allow to add more packages using $PERL5LIB
2020-01-20 18:11:00 +00:00
Serg Nesterov
d1e502ba7e
tmuxinator: 1.1.0 -> 1.1.4
2020-01-20 19:59:53 +03:00
Bart Brouns
267c5332e7
jalv: 1.6.2 -> 1.6.4
2020-01-20 17:54:42 +01:00
Vincent Laporte
bd5a596868
ocaml-ng.ocamlPackages_4_10.ocaml: init at 4.10.0+beta1
2020-01-20 17:46:13 +01:00
Bart Brouns
50c3ac29ac
suil: 0.10.0 -> 0.10.6
2020-01-20 16:53:05 +01:00
Bart Brouns
bb04c6dc07
raul: unstable-2017-07-23 -> unstable-2019-12-09
2020-01-20 16:29:57 +01:00
Bart Brouns
a6ecbc4443
ingen: unstable-2017-07-22 unstable-2019-12-09
2020-01-20 16:22:48 +01:00
Bart Brouns
7450bb75c0
ganv: unstable-2016-10-15 -> unstable-2019-12-30
2020-01-20 16:11:45 +01:00
Mario Rodas
7c2a51cdf1
du-dust: 0.4.2 -> 0.4.4
2020-01-20 16:06:37 +01:00
Jake Stanger
865b4620ed
rofi-mpd: 1.1.0 -> 2.0.0
2020-01-20 16:02:50 +01:00
Bart Brouns
6803c951a7
lilv: 0.24.4 -> 0.24.6
2020-01-20 15:55:57 +01:00
Bart Brouns
233c2788f3
i3-layout-manager: unstable-2019-06-19 -> unstable-2019-12-06
2020-01-20 15:55:41 +01:00
Jean-Philippe Braun
631d225cd1
vimPlugins.vim-indentwise: init a 2015-06-07
2020-01-20 15:53:43 +01:00
Jean-Philippe Braun
7de77b68a0
vimPlugins.vim-sandwich: init at 2019-12-06
2020-01-20 15:53:43 +01:00
Jean-Philippe Braun
7106ae143e
vimPlugins.deoplete-notmuch: init at 2018-12-11
2020-01-20 15:53:43 +01:00
Noah Loomans
79cf2c25fb
hakuneko: 5.0.8 -> 6.1.7
2020-01-20 15:40:50 +01:00
Alyssa Ross
126ff4d97e
python3.pkgs.mailman*: check isPy3k inside package
2020-01-20 14:36:56 +00:00
Peter Simons
3e26640352
python3.pkgs.mailman: 3.2.2 -> 3.3.0
2020-01-20 14:36:56 +00:00
Peter Simons
fed5817868
python3.pkgs.authheaders: init at 0.12.1
...
This package is a dependency of GNU Mailman 3.3.x.
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
2020-01-20 14:36:56 +00:00
Alyssa Ross
aec2382b38
python3.pkgs.postorius: 1.2.4 -> 1.3.2
2020-01-20 14:36:56 +00:00
Alyssa Ross
9a43cdc1c6
python3.pkgs.postorius: use checkInputs
2020-01-20 14:36:56 +00:00
Alyssa Ross
6af4de84d3
python3.pkgs.hyperkitty: use checkInputs
...
The previously propagated build inputs are optional, and so are
included in checkInputs so the tests can run, but not propagated so
they aren't included if unneeded.
2020-01-20 14:36:56 +00:00
Alyssa Ross
38f2103de9
python3.pkgs.hyperkitty: 1.2.2 -> 1.3.2
2020-01-20 14:36:56 +00:00
Alyssa Ross
0b9bfc0132
python3.pkgs.mailman: core.nix -> default.nix
...
The actual upstream "mailman" name just refers to this, so we should
use the Nixpkgs convention of default.nix.
2020-01-20 14:36:56 +00:00
Alyssa Ross
89b311fa4d
mailman: remove unused derivation for mailman 2
...
This isn't referenced anywhere, so it's just dead code.
2020-01-20 14:36:56 +00:00
Jörg Thalheim
17a3674aad
home-assistant: regenerate to include icloud
2020-01-20 13:59:49 +00:00
Jörg Thalheim
89d1275c38
python.pkgs.pyicloud: init at 0.9.1
2020-01-20 13:59:46 +00:00
Ian M. Jones
96d2790061
onedrive: 2.3.12 -> 2.3.13
2020-01-20 13:53:59 +00:00
Oleksii Filonenko
1e4c3f8dc8
thicket: init at 0.1.3
2020-01-20 15:52:26 +02:00
zimbatm
e20de6b57a
Merge pull request #78045 from flokli/buildkite-agent-user-runtime-test
...
nixos/buildkite: add option to configure user, add nix-required packages to runtime, add test
2020-01-20 13:50:10 +00:00
Jaka Hudoklin
d0a3a800c8
xss-lock: use fork with session param support
...
xss-lock uses current session that cannot be overriden. This prevents starting
xss-lock as systemd user service, as described here:
https://bitbucket.org/raymonad/xss-lock/issues/13/allow-operation-as-systemd-user-unit
This change uses source from github.com/xdbob/xss-lock that adds `--session`
parameter.
2020-01-20 13:40:33 +00:00
Graham Christensen
da9c031024
Merge pull request #77433 from curiousleo/patch-2
...
Document how to backport a change into a release channel
2020-01-20 08:35:33 -05:00
Mario Rodas
414591344e
Merge pull request #77150 from r-ryantm/auto-update/libmysofa
...
libmysofa: 0.9 -> 0.9.1
2020-01-20 07:59:27 -05:00
Maximilian Bosch
d06b5daac1
Merge pull request #78086 from r-ryantm/auto-update/graylog
...
graylog: 3.1.3 -> 3.1.4
2020-01-20 13:53:18 +01:00
Tim Steinbach
d9e2bcb21d
linux: 5.5-rc6 -> 5.5-rc7
2020-01-20 07:47:25 -05:00
Mario Rodas
49f0e33892
Merge pull request #77735 from r-ryantm/auto-update/dar
...
dar: 2.6.6 -> 2.6.7
2020-01-20 07:45:57 -05:00
Maximilian Bosch
70afd4e63b
zsh-you-should-use: 1.6.0 -> 1.7.0
...
https://github.com/MichaelAquilina/zsh-you-should-use/blob/1.7.0/CHANGELOG.md#170
2020-01-20 13:44:29 +01:00
Mario Rodas
e1ea2646c4
Merge pull request #77875 from r-ryantm/auto-update/hpx
...
hpx: 1.3.0 -> 1.4.0
2020-01-20 07:42:51 -05:00
Mario Rodas
8f719737f6
Merge pull request #77751 from r-ryantm/auto-update/doodle
...
doodle: 0.7.0 -> 0.7.1
2020-01-20 07:42:27 -05:00
Mario Rodas
949c5f8451
Merge pull request #78068 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.8.3 -> 2.8.5
2020-01-20 07:36:58 -05:00
Mario Rodas
c0c1b9d64e
Merge pull request #78063 from marsam/update-nfpm
...
nfpm: 1.1.8 -> 1.1.10
2020-01-20 07:35:27 -05:00
Mario Rodas
c7b71bd78d
Merge pull request #78061 from r-ryantm/auto-update/atlassian-cli
...
atlassian-cli: 9.0.0 -> 9.1.0
2020-01-20 07:34:43 -05:00
Mario Rodas
5f3a55cef7
Merge pull request #77899 from r-ryantm/auto-update/rebar
...
rebar: 2.5.1 -> 2.6.4
2020-01-20 07:29:45 -05:00
R. RyanTM
1d1a8fe7f1
focuswriter: 1.7.3 -> 1.7.4
2020-01-20 13:29:25 +01:00
Mario Rodas
29fd96f4b0
Merge pull request #77900 from r-ryantm/auto-update/scream-receivers
...
scream-receivers: 3.3 -> 3.4
2020-01-20 07:28:00 -05:00
wucke13
216b47c4c1
python3Packages.solo-python: 0.0.21 -> 0.0.23
...
+ also fix for 78032
2020-01-20 13:06:02 +01:00