Nikolay Korotkiy and Emery Hemingway
0ebaa9bc83
ttop: init at 0.8.6
2023-03-05 15:02:05 -06:00
Nikolay Korotkiy and Emery Hemingway
61016debe4
nimPackages.parsetoml: init at 0.7.0
2023-03-05 15:02:05 -06:00
Nikolay Korotkiy and Emery Hemingway
e4d007c7f7
nimPackages.asciigraph: init at unstable-2021-03-02
2023-03-05 15:02:05 -06:00
Nikolay Korotkiy and Emery Hemingway
96b50171b1
nimPackages.illwill: init at 0.3.0
2023-03-05 15:02:05 -06:00
adisbladis and GitHub
7fbb029fb2
Merge pull request #219469 from linyinfeng/emacs-rime
...
emacsPackages.rime: precompile librime-emacs.so
2023-03-06 09:48:05 +13:00
Yureka and GitHub
b2e0b360ab
lklWithFirewall: re-add CONFIG_NFT_COUNTER option ( #219699 )
2023-03-05 21:31:24 +01:00
Ryan Lahfa and GitHub
c91b85416b
Merge pull request #216015 from r-ryantm/auto-update/dolibarr
...
dolibarr: 16.0.3 -> 16.0.4
2023-03-05 21:19:46 +01:00
Anderson Torres and GitHub
5910703440
Merge pull request #219698 from atorres1985-contrib/elisp
...
elisp-packages/manual-packages.nix: get rid of `with`
2023-03-05 17:17:49 -03:00
Wout Mertens and GitHub
0fc5cb5c8a
Merge pull request #218980 from wmertens/netdata-go-plugin
...
netdata-go-d-plugin: 0.50.0 -> 0.51.2 + expose
2023-03-05 21:11:10 +01:00
Weijia Wang and GitHub
4af296ac91
Merge pull request #219236 from r-ryantm/auto-update/janusgraph
...
janusgraph: 0.6.2 -> 0.6.3
2023-03-05 21:56:19 +02:00
Elis Hirwing and GitHub
e938604153
Merge pull request #219697 from Stunkymonkey/freshrss-1.21.0
...
freshrss: 1.20.2 -> 1.21.0
2023-03-05 20:51:23 +01:00
John Ericson and GitHub
e3e4522266
Merge pull request #216957 from angerman/angerman/optional-ktls
...
openssl: allow disabling ktls
2023-03-05 14:39:46 -05:00
Doron Behar and GitHub
af9b7e6e94
Merge pull request #219544 from doronbehar/pkg/taskwarrior
...
taskwarrior: cleanup postInstall
2023-03-05 21:17:36 +02:00
Will Fancher and GitHub
4e9efd3432
Merge pull request #219716 from ElvishJerricco/virtualisation-filesystems-systemd-initrd-simple
...
nixos: Fix systemd-initrd-simple test
2023-03-05 13:56:38 -05:00
Artturi and GitHub
4b940d7dfb
Merge pull request #160984 from titanous/temporal-schema
2023-03-05 20:39:48 +02:00
Bernardo Meurer and GitHub
ffd8e57774
Merge pull request #219477 from doronbehar/pkg/bindfs
2023-03-05 13:20:31 -05:00
figsoda and GitHub
d446aa877e
Merge pull request #219713 from r-ryantm/auto-update/toast
...
toast: 0.46.0 -> 0.46.1
2023-03-05 13:14:51 -05:00
Artturi and GitHub
cb351f064e
Merge pull request #219717 from Artturin/fixeval1
2023-03-05 19:59:04 +02:00
Artturin
e2019d196b
python3Packages.jaxopt: Fix alias-free eval
2023-03-05 19:56:16 +02:00
Jonathan Rudenberg and Artturin
d13f127e1a
temporal: include database schemas
2023-03-05 19:53:41 +02:00
Will Fancher
74bc49a5a4
nixos: Fix systemd-initrd-simple test
...
This has been broken since 246d09fea2
2023-03-05 12:46:28 -05:00
Robert Schütz and GitHub
032df61bac
Merge pull request #219651 from r-ryantm/auto-update/ytfzf
...
ytfzf: 2.5.4 -> 2.5.5
2023-03-05 09:39:31 -08:00
R. Ryantm
beaa66615c
toast: 0.46.0 -> 0.46.1
2023-03-05 17:29:06 +00:00
Sergei Trofimovich and GitHub
15abf34043
Merge pull request #218975 from martinetd/geeqie
...
geeqie: 1.7.3 -> 2.0.1 (take 2)
2023-03-05 17:26:07 +00:00
Artturi and GitHub
c1bb4caaf3
Merge pull request #219678 from Artturin/fixcross1
2023-03-05 19:14:48 +02:00
Sandro and GitHub
5a695ebb77
Merge pull request #210125 from OPNA2608/fix/pdisk_patchurl
2023-03-05 18:09:01 +01:00
Artturi and GitHub
25f5868346
Merge pull request #219685 from Artturin/waylanddirtweaks
2023-03-05 18:57:13 +02:00
Doron Behar
582fb99276
vimPlugins.taskwarrior: init at 2.6.2
2023-03-05 18:38:41 +02:00
Doron Behar
6a716cabeb
taskwarrior: Install (neo)vim plugins
2023-03-05 18:38:41 +02:00
Doron Behar
6589f31a93
taskwarrior: cleanup postInstall
...
Install vim plugins to a predictable and more standard location.
2023-03-05 18:38:30 +02:00
davidak and GitHub
bdcc7d5540
Merge pull request #219575 from r-ryantm/auto-update/effitask
...
effitask: 1.4.1 -> 1.4.2
2023-03-05 17:28:33 +01:00
Anderson Torres
451dfa6d84
elisp-packages/manual-packages.nix: get rid of with
...
As related in https://nix.dev/anti-patterns/language#with-attrset-expression :
- Static analysis can’t reason about the code, because it would have to actually
evaluate this file to see what variables are in scope;
- As soon as there are two with used, it’s not clear anymore from which the
variables are coming from;
- Scoping rules around with are not intuitive. Examples:
- https://github.com/NixOS/nix/issues/490
- https://github.com/pikajude/nixpkgs/commit/eea78e554e03906524f87406bb3a17d5c5264029
2023-03-05 13:17:08 -03:00
Martin Weinelt and GitHub
3ce0900248
Merge pull request #219623 from NixOS/home-assistant
...
home-assistant: 2023.3.0 -> 2023.3.1
2023-03-05 16:13:34 +00:00
Felix Buehler
8d5674679d
freshrss: 1.20.2 -> 1.21.0
2023-03-05 16:37:42 +01:00
Nick Cao and GitHub
794f34657e
Merge pull request #219625 from NickCao/eigenmath
...
eigenmath: init at unstable-2023-03-05
2023-03-05 23:20:20 +08:00
figsoda and GitHub
d2991ec8ed
Merge pull request #219686 from Ruixi-rebirth/master
2023-03-05 10:15:41 -05:00
figsoda and GitHub
3510165d84
Merge pull request #219689 from romildo/upd.vopono
...
vopono: 0.10.4 -> 0.10.5
2023-03-05 10:06:49 -05:00
Ryan Lahfa and GitHub
8aa37eb7f2
Merge pull request #218877 from jnsgruk/catppuccin-tmux
...
tmuxPlugins: init catppuccin theme at e2561de
2023-03-05 16:04:29 +01:00
Martin Weinelt and GitHub
c021277a75
Merge pull request #219387 from Yarny0/dtv-scan-tables
...
dtv-scan-tables: use linuxtv-version, drop tvheadend-version
2023-03-05 14:15:14 +00:00
Martin Weinelt
107a2f3e9b
python310Packages.home-assistant-chip-core: Fix aarch64-linux hash
2023-03-05 15:14:32 +01:00
Martin Weinelt
0d7eb0601b
python310Packages.homeassistant-stubs: 2023.3.0 -> 2023.3.1
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.3.1
2023-03-05 15:07:32 +01:00
José Romildo
4c83fc3335
vopono: 0.10.4 -> 0.10.5
2023-03-05 11:01:29 -03:00
Anderson Torres and GitHub
aff38799b1
Merge pull request #217317 from atorres1985-contrib/remove-bqn-mode
2023-03-05 10:22:07 -03:00
José Romildo Malaquias and GitHub
573ed79d1b
Merge pull request #219681 from r-ryantm/auto-update/numix-icon-theme-square
...
numix-icon-theme-square: 23.02.28 -> 23.03.04
2023-03-05 10:20:48 -03:00
Ruixi-rebirth and GitHub
6e457dd0dd
go-musicfox: 3.7.0 -> 3.7.2
2023-03-05 21:19:15 +08:00
Artturin
d3c7ef80ef
pkgs/tools/wayland: mark all linux only
...
on non-linux they all fail various variations of
meson.build:26:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and framework
fatal error: 'wayland-util.h' file not found
2023-03-05 15:11:44 +02:00
Mario Rodas and GitHub
99068e4aec
Merge pull request #219660 from r-ryantm/auto-update/httm
...
httm: 0.22.2 -> 0.23.0
2023-03-05 08:08:44 -05:00
Mario Rodas and GitHub
0802dcbb9c
Merge pull request #219456 from lourkeur/chia-dev-tools
...
chia-dev-tools: 1.1.4 -> 1.1.5
2023-03-05 07:43:59 -05:00
Mario Rodas and GitHub
2bbf29f1d4
Merge pull request #219520 from symphorien/libinsane_update
...
libinsane: 1.0.9 -> 1.0.10
2023-03-05 07:42:32 -05:00
Mario Rodas and GitHub
afdfd9bd41
Merge pull request #219622 from r-ryantm/auto-update/devbox
...
devbox: 0.3.4 -> 0.4.2
2023-03-05 07:41:30 -05:00