Ben Siraphob
d893467317
Merge pull request #132378 from r-ryantm/auto-update/disfetch
...
disfetch: 2.2 -> 2.7
2021-08-02 13:24:40 +07:00
Ben Siraphob
9c289481cb
Merge pull request #132382 from r-ryantm/auto-update/gobgpd
...
gobgpd: 2.29.0 -> 2.30.0
2021-08-02 13:24:20 +07:00
Ben Siraphob
01efda1236
Merge pull request #132383 from r-ryantm/auto-update/headscale
...
headscale: 0.3.4 -> 0.3.6
2021-08-02 13:24:02 +07:00
davidak
587efca416
Merge pull request #132173 from mm--/obs-websocket
...
obs-studio-plugins.obs-websocket: fix attribute name
2021-08-02 07:51:10 +02:00
davidak
2859cc8aa0
Merge pull request #130207 from hercules-ci/passthru-sensible-timeout
...
doc/coding-conventions: Increase passthru test timeout 3s -> 60s
2021-08-02 07:43:02 +02:00
R. RyanTM
a201a4877f
headscale: 0.3.4 -> 0.3.6
2021-08-02 05:31:40 +00:00
davidak
d5c4c62e5c
Merge pull request #131561 from Tomahna/metals
...
metals: 0.10.4 -> 0.10.5
2021-08-02 07:18:05 +02:00
R. RyanTM
10f574757c
gobgpd: 2.29.0 -> 2.30.0
2021-08-02 04:49:08 +00:00
davidak
c0837d6db7
Merge pull request #132097 from devhell/bump-profile-cleaner
...
profile-cleaner: 2.41 -> 2.42
2021-08-02 06:43:21 +02:00
davidak
1424f9ac4a
Merge pull request #132320 from alexfmpe/fix-coursera-dl
...
coursera-dl: fix tests
2021-08-02 06:23:28 +02:00
davidak
08af2daa6d
Merge pull request #132326 from jansol/renderdoc
...
renderdoc: 1.14 -> 1.15
2021-08-02 06:19:39 +02:00
davidak
2a6732c38d
Merge pull request #132350 from Stunkymonkey/tools-networking-pname-version2
...
tools/networking: replace name with pname&version
2021-08-02 06:01:24 +02:00
davidak
5de811010e
Merge pull request #131688 from Stunkymonkey/tools-pname-version1
...
tools/{X11/video/virtualization} replace name with pname&version
2021-08-02 05:40:50 +02:00
davidak
6023da1f39
Merge pull request #132354 from zhaofengli/phosh-0.12.1
...
phosh: 0.12.0 -> 0.12.1, phoc: 0.7.1 -> 0.8.0
2021-08-02 05:28:29 +02:00
R. RyanTM
09dd17eaad
disfetch: 2.2 -> 2.7
2021-08-02 02:58:17 +00:00
Anderson Torres
2a22c805af
Merge pull request #132281 from AndersonTorres/new-dialog
...
dialog: 1.3-20210324 -> 1.3-20210621
2021-08-01 21:21:59 -03:00
markuskowa
49fcc13e14
Merge pull request #132364 from markuskowa/upd-rdma
...
rdma-core: 35.0 -> 36.0
2021-08-02 00:54:44 +02:00
Bernardo Meurer
57ad08a006
Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6
...
linux_xanmod: 5.13.5 -> 5.13.7
2021-08-01 22:52:23 +00:00
Luke Granger-Brown
aaf9676fbb
Merge pull request #132366 from lukegb/fix-eval
...
nixos/display-managers: update set-session for new "SessionType" property
2021-08-01 23:36:56 +01:00
Luke Granger-Brown
5a7d7dc19f
nixos/display-managers: update set-session for new "SessionType" property
...
GDM 40.1 switched from storing X11 sessions in the "XSession" property
on AccountService to "Session" with a "x11" "SessionType".
For compatibility reasons, we should set both, since AccountService
doesn't seem to provide the compatibility for us.
2021-08-01 22:22:35 +00:00
Markus Kowalewski
6ef2459696
rdma-core: 35.0 -> 36.0
2021-08-02 00:12:34 +02:00
Bernardo Meurer
6dd36f95f2
linux_xanmod: 5.13.6 -> 5.13.7
2021-08-01 15:06:50 -07:00
Zhaofeng Li
acbf47a239
phoc: 0.7.1 -> 0.8.0
2021-08-01 14:25:08 -07:00
Zhaofeng Li
1fd29a27e9
phosh: 0.12.0 -> 0.12.1
2021-08-01 14:25:08 -07:00
Felix Buehler
f95d9678a9
tools/networking: replace name with pname&version
2021-08-01 22:48:53 +02:00
Robert Hensing
151c2f5a20
Merge pull request #131814 from blaggacao/fix-nix-daemon-registry-type-unspecified-error
...
nixos/nix-daemon: fix registry flake type
2021-08-01 22:43:34 +02:00
Aaron Andersen
4fad3a2b69
Merge pull request #131020 from Artturin/uptimed-fix
...
uptimed nixos/uptimed: switch to /var/lib/ and fix perms
2021-08-01 15:58:36 -04:00
Aaron Andersen
7841f5f4eb
Merge pull request #129861 from vs49688/giteafix
...
modules/gitea: use gitea to refresh hooks and keys
2021-08-01 15:57:11 -04:00
David Arnold
ecae25c3ef
nixos/nix-daemon: fix registry flake type
...
Before this commit, the `flake` option was typed with `types.unspecified`.
This type get's merged via [`mergeDefaultOption`](ebb592a04c/lib/options.nix (L119-L128)
), which has a line
```nix
else if all isFunction list then x: mergeDefaultOption loc (map (f: f x) list)
```
`lib.isFunction` detects an attrs in the shape of `{__functor = ...}` as
a function and hence this line substitutes such attrs with a function
(f: f x).
If now, a flake input has a `__functor` as it's output, this will
coerce the once attrs to a function. This breaks a lot of things later
in the stack, for example a later `lib.filterAttrs seive <LAMBDA>` will
fail for obious reasons.
According to @infinisil, `types.unspecified` is due to deprecation. In
the meantime this PR provides a specific fix for the specific problem
discovered.
2021-08-01 14:56:13 -05:00
ajs124
863a26e380
Merge pull request #132329 from Mic92/tt-rss-plugin-auth-ldap
...
tt-rss-plugin-auth-ldap: fix compat with latest tt-rss
2021-08-01 21:24:11 +02:00
Luke Granger-Brown
142da94468
Merge pull request #132345 from lukegb/fix-eval
...
nixos/virtualbox-image: cast baseImageFreeSpace to str
2021-08-01 20:15:46 +01:00
ajs124
cf44857e06
Merge pull request #131780 from r-ryantm/auto-update/icingaweb2-ipl
...
icingaweb2-ipl: 0.6.0 -> 0.6.1
2021-08-01 21:15:26 +02:00
Luke Granger-Brown
b5fab53628
nixos/virtualbox-image: cast baseImageFreeSpace into str
...
This fixes an evaluation error that's blocking the nixos-unstable
channel (#132328 ).
2021-08-01 18:59:08 +00:00
Robert Hensing
29c76b8c02
Merge pull request #132322 from dywedir/broot
...
broot: 1.6.0 -> 1.6.2
2021-08-01 20:42:22 +02:00
Robert Hensing
70369dbba0
Merge pull request #132331 from sternenseemann/pkgs-llvm-stdenv-trunk
...
pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
2021-08-01 20:32:18 +02:00
Vinícius Müller
2c79ed4585
vimPlugins.onedark-nvim: Add lush-nvim dependency ( #131987 )
...
* vimPlugins.onedark-nvim: Add lush-nvim dependency
* Update pkgs/misc/vim-plugins/overrides.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-01 20:12:02 +02:00
Benjamin Asbach
f22a7ae1a8
soapui: 5.5.0 -> 5.6.0 ( #131307 )
...
Co-authored-by: Benjamin Asbach <asbachb@users.noreply.github.com>
2021-08-01 20:11:12 +02:00
David Reaver
9fc2cddf24
1password: 1.9.1 -> 1.11.2 ( #131497 )
...
* 1password: 1.9.1 -> 1.11.2
Also, we are using the new `apple_universal` package 1password added
to support amd64 and the new M1 architecture. If this is a problem, we
can revert to 1.11.0 for now, which is the last version that uses the
old `darwin_amd64` package.
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2021-08-01 12:18:03 -05:00
sternenseemann
0307a8af6c
pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
...
Having pkgsLLVM.stdenv built with nixpkgs:trunk will make building
anything in pkgsLLVM decidedly less painful since it will eliminate
the need to build LLVM and clang locally, which shouldn't be as bad
on hydra.
Darwin is disabled for now since it doesn't evaluate correctly there
(infinite recursion problem with the SDK).
2021-08-01 19:12:43 +02:00
Maximilian Bosch
f49c480094
Merge pull request #132235 from Ma27/bump-epson-escpr2
...
epson-escpr2: 1.1.34 -> 1.1.38
2021-08-01 19:08:33 +02:00
Michael Weiss
26b389e0b9
Merge pull request #132332 from primeos/chromium
...
chromium: Drop two gn overrides that are not required anymore
2021-08-01 18:49:34 +02:00
Michael Weiss
2682531c67
chromium: Drop two gn overrides that are not required anymore
...
The chromium and chromiumBeta builds still succeed.
2021-08-01 18:28:08 +02:00
Jörg Thalheim
88a326a926
tt-rss-plugin-auth-ldap: fix compat with latest tt-rss
2021-08-01 18:21:23 +02:00
Jan Solanti
a9b07d1cb7
renderdoc: 1.14 -> 1.15
2021-08-01 19:03:39 +03:00
Alyssa Ross
3669b12f35
lib.systems: add m68k-netbsd support
...
m68k was recently added for Linux and none, but NetBSD also supports
m68k. Nothing will build yet, but I want to make sure we at least
encode the existence of NetBSD support for every applicable
architecture we support for other operating systems.
2021-08-01 15:27:12 +00:00
Alyssa Ross
173a37e7b5
lib.systems.doubles: re-sort
...
These were alphabetically sorted until m68k and s390 were added.
2021-08-01 15:27:12 +00:00
Vladyslav M
cd3cb8a9e4
broot: 1.6.0 -> 1.6.2
2021-08-01 18:24:16 +03:00
Vladyslav M
ac7935480a
broot: add dywedir to maintainers
2021-08-01 18:22:09 +03:00
Vladimír Čunát
fd6fc2cae2
Merge #131965 : knot-resolver: 5.3.2 -> 5.4.0
2021-08-01 16:55:55 +02:00
Alexandre Esteves
0e43bf2e5c
coursera-dl: fix tests
2021-08-01 15:54:54 +01:00